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?
Moderator: General Moderators
Code: Select all
<?php echo $_POST["price"]; ?>Code: Select all
$_POSTCode: Select all
<input type="hidden" name="price" value="<?php echo intval($_POST['price']); ?>"/>