Hi,
I'm new to php....just started using php4...i'm facing a problem with variables...
Lets say i have a textbox named "Name" ->
<font class=F1><input type=text name="Name"></font>
I get a warning message "Warning: Undefined variable: Name in....." everytime i use $Name to get the value in it. But if i append @ to it.....@$Name....it works fine...is there any patch/solution to this problem??