Hi,
I have a framed webpage who's menu sends a variable via the url (eg. www.nextpage.com?name=fred) to the content page frame. In my example the content page would then get Fred's details from the mysql database and display them in the content page. All was well in php3. Now I have upgraded to php4 the page www.nextpage.com loads, but it is empty indicating that the '?name=fred' portion of the url was not received.
I ran ./configure with --enable-track-vars, and, even stranger, it runs OK on our in-house intranet server (just upgraded to 4.2.0 on that too).
Any thoughts or suggestions please?
kind regards, Graham