Re: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread Joao Gomes Madeira
Hello Bill I mixed up names and ended up answering the wrong message. Sorry. Actually it is quite easy... In viewallorders.php you should replace: echo ""; with echo ''; and then, in showorder.php To: php-windows@lists.php.net Subject: [PHP-WIN] Can't seem to transfer a dynamically chosen

RE: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread Joao Gomes Madeira
Hello Why would you want to do that with a query string? All form data is passed on the variables $_POST or $_GET and that is supposed to function like that. A query string has a totally different purpose under html... Cheers JP -Original Message- From: Zephaniah ha Levi To: 'Bill Mud