LOOPing Problem
Hello All!
The following code loops through the data and displays the data accordingly. My p
GMail like Chat in ASP.NET
Hi,Can anyone suggest me, how to incorporate GMail like chat in my existing ASP.Net application.I wa
noob question
i traying to do a php form with auto replay for both(me and the user who send me a mail),
a u
CHECK A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
Help with file_get_html
The following code gives the expected results:
<html>
<head&g
XML Grouping
I'm using xml_parse_into_struct to get all my elements, but now I need to group them. For example, h
making web pages for accounts
Hello, I would like to make pages for accounts on my website im making (its not a real website..im j
Ajax Issues - Update Panel / Timer. Intellisense doesn't know about them
Type 'System.Web.UI.ScriptManager' does not have a public property named 'UpdatePanel'.
That is wha
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th