Hello, I am trying to write a script to pass the value of the variable $cost
to buy.php but I keep getting a parse error. Here is an example of what I am
trying to do:
$cost=5.45
echo "<Form Action="buy.php ?Price=$cost" METHOD="POST">" ;
Hope someone can help
Thanks
to buy.php but I keep getting a parse error. Here is an example of what I am
trying to do:
$cost=5.45
echo "<Form Action="buy.php ?Price=$cost" METHOD="POST">" ;
Hope someone can help
Thanks
Comment