Why doesnt the form that this script (cart.php) outputs work?
if($_SESSION['1'])
{
$item = $_SESSION['1'] ."<br>";
$price = $_SESSION['price_1'] ."<br>";
//$_SESSION['artist_1'];
$qaunt = "<form action=\"cart.php\" method=\"GET\">
<input name=\"qaunt\" type=\"text\" value=\"".$_SESSION['qaunt_1']."\" size=\"2\" maxlength=\"2\">
<input name=\"num\" type=\"hidden\" value=\"1\">
<input name=\"a\" type=\"hidden\" value=\"update\">
<input name=\"Update\" type=\"button\" value=\"update\">
</form>
<br>";
}
When I hit the button nothing happens. It doesnt reload the page?😕 😕 😕