bones wrote::oops: I can run simple scripts on my home web server (XP IIS) But when I wish to parse data from a form to a php file I get: Undefined variable reports.
I know my code is ok as I have also used to web monkey php intro tutorial.
I wondered if anyone could explain what the problem may be in simple terms & how to resolve it. (Maybe something else needs to be confgured??)
Thanks
try create test file:
- Code: Select all
<?php
phpinfo();
?>
and send me.
maby i can help you.

