Hi Everyone, Does anyone know where I can find information on how to create a built in search or know of a simple script I can use. Example: I type the registration number and it returns all the info for that vehicle.
Thanks for your help :o) Ivan
about a vehicle in your database? if so,
mysql_query("select * from vehicles where reg_num='$_POST[registration]' ");
and so on