Page 1 of 1

PHP Code Question

Posted: Wed Dec 23, 2009 4:41 am
by navysalt
I've recently migrated a working site from one host to another. The site uses PHP to transfer data from one page to the next using a form. All worked fine on the old host server, but not so well at the new. When the visitor clicks the send button, the field data is visible in the address bar of the browser (as it should be) but the receiving page doesn't seem to recognize the data. I've checked & double checked my code and can't find a problem. Plus, it worked on the old host but not the new. I suspect that the server's PHP settings are different between the two servers. You can test a VERY simplified example of what I'm talking about at "http://www.robertgrossart.com/new/test.php" Can anyone point me in the right direction?

Re: PHP Code Question

Posted: Fri Dec 25, 2009 4:09 pm
by dubkat
You may get better results by asking your question on #php. Good Luck!

Re: PHP Code Question

Posted: Tue Dec 29, 2009 5:30 pm
by munky
when asking PHP questions, providing source code generally gives more information than saying "it doesn't work"

Re: PHP Code Question

Posted: Wed Dec 30, 2009 6:34 am
by dubkat
munky wrote:when asking PHP questions, providing source code generally gives more information than saying "it doesn't work"
yeah, and that too! :idea: