<html> <body> <form method="POST" action="contact.php"> Fields marked (*) are required <table border="0" bgcolor="#ececec" cellspacing="5">...
do i put the search function in the form? cud u please explain because i dont exactly understand how to do it. thank you for ur reply..
i use a script to search my database and i want to know how i can instead of using one page i want to make it so that the home page will have a...
ok after alot of searching and manipulation of my own code. i was lazy to write it but i finally got around to writing it. i got the stuff. thanks...
<?php $db = mysql_connect("localhost","****","*****") or die("Problem connecting"); mysql_select_db("contacts") or die("Problem selecting...
Error: Unknown column 'contact1' in 'where clause' i got the above error but when i try a select query to shoq all the fields it works soon as i...
i cant seem to get the full text search to work can someone assist me. i know the last time vishwaa and a few others gave me alot of help and i...
THANK YOU IT WORKS.......but i didnt had to create back the table thank god. but thank you guys. this was a very big help....no wi have to go onto...
ALTER TABLE indexing ADD FULLTEXT(city, country); thats how i did the index for the two and the query is lited above. i use mysql front to view...
well i tried this on a much smaller table with only 4 columns and like 5 entries but still it wokred fine whhen i had searched for a record. that...
it says empty set . ihave data inside my database though..:confused: and i changed the word size to 3 and i created an index for city and country...
vishwaa***i defined like 8 different fields but i only want to use those like to try out as an example, do i need to state all the fields of the...
Separate names with a comma.