iphetamine Posted June 23, 2008 Share Posted June 23, 2008 I would like to create a database using MySQL and php. But because of php, i can only access through my website, not a stand alone database? What I want is to have a database where I could type in the generic or scientific name of the product and it comes up with the details of that product. How can I do that? My mysql and php is still at its infancy. Thanks Link to comment https://forums.phpfreaks.com/topic/111531-create-a-database-with-php/ Share on other sites More sharing options...
marklarah Posted June 23, 2008 Share Posted June 23, 2008 Have your table with your info in, then store the forms input as a string, use a lookup using the string stored as part of your "WHERE" clause. I have posted this many times, but eh - http://www.tizag.com/mysqlTutorial/ Link to comment https://forums.phpfreaks.com/topic/111531-create-a-database-with-php/#findComment-572584 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.