Running:
WinNT; MySQL; PHP; Apache
I'm in the process of learning php. so i downloaded a script that gets data from a form and displays it as a html-output.
pretty simple stuff. i understand how it "should" work (simple code,...) but the data never gets to the php-file!? i tried it with "post" first, then i changed it to "get". in the url the data is correct (...php?name=...). but why doesn't the data get to the php file? the variables (like: $name,...) are empty...!?
maybe apache isn't configuered correctly?
thanks for hints and advices!
greets
Marc