Is there a setting in the php.ini file that turns Undefined variables OFF/ON?
I recently installed PHP 4.2.3, while testing code I discovered that the php parser is displaying an error when printing out a Undefined variables.
What am I to do?
Please help.
Can you supply more information: Do you mean PREdefined variables? (as opposed to undefined)
What is the error? What are you trying to print out? What is the code you are using to print it out?
gd luck andre @ performance technologies
i also facing same problem that are underfine the variables .... the problem is when get user input from the html page and then try to execute the output into php page...... the problem is cannot display the otput n the problem is
Notice: Undefined variable: firstName in f:\apache group\apache\htdocs\tuto\handleform.php on line 14