$_POST not working in next 2 pages ?
Posted: Tue Feb 05, 2008 4:08 pm
I'm still learning php. I've got a page where i post info taken from the first page to the next .... like: . That works fine....BUt when i use the same code again for the page after that it doesn't seem to come up at all.....just blank. I persume that the variable only works once, but u can't post it again using the same code.
Does anybody know a solution to this? Or will i have to setup a table in the db to call the info to the next page?
Code: Select all
<?php echo $_POST["price"]; ?>Code: Select all
$_POSTDoes anybody know a solution to this? Or will i have to setup a table in the db to call the info to the next page?