Forum: MySQL Oct 27th, 2008 |
| Replies: 3 Views: 720 This is what I have so far. I have not included the connection to the database.
$houseId = $_GET['houseId'];
$data = mysql_query("SELECT * FROM propertydetails WHERE id = '$houseId'")
... |
Forum: MySQL Oct 26th, 2008 |
| Replies: 3 Views: 720 Hi guys
I am building a website which allows people to advertise their property online for free. I allow people to upload up to 5 images to my database.
I store the name of the file in the... |