Search found 3 matches
- Sun Jan 30, 2011 10:11 am
- Forum: PHP - Code
- Topic: search Mysql help
- Replies: 4
- Views: 430
Re: search Mysql help
I solved it this way. now works perfectly. thanks anyway. <?php mysql_connect ("localhost", "user","pass") or die (mysql_error()); mysql_select_db ("db_name"); $term = $_POST['term']; $sql = " SELECT * FROM radio where beschrijving like '%$term%' ORDER by...
- Sun Jan 30, 2011 6:30 am
- Forum: PHP - Code
- Topic: search Mysql help
- Replies: 4
- Views: 430
Re: search Mysql help
Not working
When I insert the cod will not find anything constantly shows no results.
When I insert the cod will not find anything constantly shows no results.
- Sat Jan 29, 2011 11:39 am
- Forum: PHP - Code
- Topic: search Mysql help
- Replies: 4
- Views: 430
search Mysql help
I have this script to search mysql, works perfectly, only need a description when nothing was found, something like "the result is not found. " please help I have not managed to solve it. Thanks <form action="/result.php" method="post"><b>search:</b> <input type="t...