Buy/Sell/Swap Page
Most Recent
|
For Sale
|
For Trade
|
Wanted
|
Post Your Own
echo "
"; $connection = mysql_connect("localhost","rodboard","qm2g.bp"); mysql_select_db("rodbuilding",$connection); $query = "select * from swaps where swap_id='$_GET[swap_id]'"; $result = mysql_query($query,$connection) or die("Error in query"); while ($row = mysql_fetch_array($result)) { extract($row); echo "
$swap_title
Posted by $swap_name"; //if there's a photo, indicate it with a picture icon if (!empty($photo)) { echo "
"; } echo "
$swap_description
"; } $sname=urlencode($swap_name); echo "
Send $swap_name an Email
"; ?>