lost in translation Posted November 28, 2008 Share Posted November 28, 2008 Hello everybody, I am by no means a programmer. I think my name says it all. I'm in college taking a programming class and I could just use some help. I have to create a search using PHP/MYSQL. I came up with a cool ideal to be able to search colleges by state instead of the typical city, zip, state search. Does anybody have an idea of how I would go about doing this? Thanks for any help. Link to comment https://forums.phpfreaks.com/topic/134591-how-do-i-create-a-search-using-phpmysql/ Share on other sites More sharing options...
BrianM Posted November 28, 2008 Share Posted November 28, 2008 Have you tried Google for any examples? That's typically the first thing I always do in a case like this. Link to comment https://forums.phpfreaks.com/topic/134591-how-do-i-create-a-search-using-phpmysql/#findComment-700806 Share on other sites More sharing options...
flyhoney Posted November 28, 2008 Share Posted November 28, 2008 Yeah, your question is a little vague. There are dozens of ways to do search with PHP and MySQL. At the very basic level, you need to understand how to use "LIKE" in your SQL queries. Link to comment https://forums.phpfreaks.com/topic/134591-how-do-i-create-a-search-using-phpmysql/#findComment-700808 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.