|
Posted by Tom on 06/11/07 18:31
On Sat, 09 Jun 2007 18:16:41 -0000, macsaregreat@gmail.com wrote...
>
>hi, I have a get method <?php echo $_GET['submission_id']; ?> It
>worked just fine on my host, bu then It wont work on a server at
>1and1. What is wrong? Is there a different way that i can have it
>display the variable? or What syntax for a php.ini file would allow it
>to work. thanks josh
>
If you were using the GET method, the form data is passed along in the wen
address. Is the link showing up similar to this?...
http://www.domain.com?submission_id=111
If that is, you probably need to check what version of PHP you're running to see
what variable you need to look up if $_GET['submission_id'] isn't working.
Tom
--
Newsguy.com - Unlimited Accounts
Now with 32 concurrent connections
Navigation:
[Reply to this message]
|