in shop.php add at the bottom <a href='barter.php'</a>
barter.php so far
Code: Select all
<?php
include_once 'connect.php'
session_start()
<center> echo "Give me an offer"
<input type='number' 'name=offer' size='11'>
if($offer <100;)
{
echo "Thats to low."
}
else;
{
echo"I'll take it."
}
