View Single Post
02-11-2005, 05:13 PM
#1
DateinaDash is offline DateinaDash
Status: The BidMaster
Join date: Nov 2004
Location: England
Expertise:
Software:
 
Posts: 10,821
iTrader: 0 / 0%
 

DateinaDash is on a distinguished road

  Old  My second php script (using mysql, elseif and searching)

Hey everyone, just finished this http://www.talkfreelance.com/newproperty.html and http://www.talkfreelance.com/search.html. Tell me what you think!

I'm working on setting up a "sort" function so it can sort the properties in order of bedrooms, price etc. It's driving me nuts though! Anyone have any idea how i can implement this?

I'm basically doing the search like this....


mysql_select_db('talkfreelance_com_-_3');
$query = "select * from property where ".$searchtype." like '%".$searchterm."%'";