I am now running PHP locally on my computer however there seems to be a problem...
If for example I make a simple form which submits its values to a script to be displayed on the page i get the message Undefined Variable.........
I know for a fact that the variable has been designed because it has been provided by the form.
I also done a different script where the url would be file.php?page=script
Then even though the variable had been defined I still had the problem
Any ideas?
Comments
2. I believe the variable has to be explicitly defined in order to prevent warning messages from coming up - simply using it in a form doesn't count
you should edit your php.ini file to choose what messages to show.