Hi,
I am trying to startup an old PHP application, written in PHP4, on a newly installed Apache server (using Linux,Apache,MySQl,PHP4 All newest versions). i have never set up this environment myself, and it seems like I'm missing something...
I am having trouble with getting the variables sent from POST forms to work, i.e I have a web page form.html with a form with action formscript.php. The values of ariables used in form.html are not available in formscript.php.
I have tried using $_POST["var"] and (as used in the original script) $var in the .php-file. Nothing seems to work.
What am I missing? Guessing it's something very basic...
//beana