Hey all,
I just set up apache/mysql/php on a windows2000 box - everything seems to work fine but none of my variables have any data in them!
I have a form that I used to test it:
a text box called "stuff" -
when I hit the submit button, the $stuff variable is empty on the following page where I have
print "$stuff";
the variables work fine if I just set $stuff = "blah";
$print $stuff;
but no luck on forms.
Has anyone come across this before?
HELP!
Chris - take the nospam out of my email if you want to email me directly