Hi
I have this problem. I'm using the latest build of Apache and PHP. I can do phpinfo() and phpversion() but what I can't do is to pass the data from one form to another on my personal computer. The script can work on my web host but not on my PC.
For example if I pass the data
123 to $name to another form
it just appears as a blank if the next page
is echo ($name);
But, on my webhost, 123 appears!
Can anyone tell me whats wrong?