J
|
Jane 12/29/2008 |
Hi, |
N
|
n0rmaaln3 author 12/30/2008 |
Hi, |
J
|
Jane 12/30/2008 |
Hi, global $data; $value = "<a href=\"http://www.webpage.com/order.php?Title=".$data["Title"]."&Price=".$data["Price"]."&ID=".$data["ID"]."\"><img src=\"https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=36344&image=1&table=forumreplies\" alt=\"Osta!\" align=right border=0 name=xclick></a>";
if (@$_REQUEST["Title"] && @$_REQUEST["Price"] && @$_REQUEST["ID"]) { ... } |
N
|
n0rmaaln3 author 12/30/2008 |
There order.php file <textarea rows=10 cols=30 name="orderbox">Want order: <?php echo $order; ?></textarea>
|
J
|
Jane 12/30/2008 |
Hi, if (@$_REQUEST["Title"] && @$_REQUEST["Price"] && @$_REQUEST["ID"]) { $order=$_REQUEST["Title"]." ".$_REQUEST["Price"]." ".$_REQUEST["ID"]; } |
N
|
n0rmaaln3 author 12/30/2008 |
Yea, thanks its working, but if i click order, then he dont put correct price there, he dont calculate that.
global $data; $value = "<a href=\"http://www.webpage.com/order.php?Title="round(.$data1.11.18,0)["Title"]".- XXX"."&Price=".$data["Price"]."&ID=".$data["ID"]."\"><img src=\"https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=36354&image=1&table=forumreplies\" alt=\"Osta!\" align=right border=0 name=xclick></a>"; |
J
|
Jane 1/5/2009 |
Hi, global $data; $value = "<a href=\"http://www.webpage.com/order.php?Title=".round($data["Title"]1.11.18,0).".- XXX"."&Price=".$data["Price"]."&ID=".$data["ID"]."\"><img src=\"https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=36458&image=1&table=forumreplies\" alt=\"Osta!\" align=right border=0 name=xclick></a>"; |