kevin66 Posted April 9, 2011 Share Posted April 9, 2011 Hi, I am realtively new to php but getting there. What I am trying to do is use a url like www.thebestcats.com/black-cats or www.thebestcats.com/black-cats.html (I am using htaccess to run php on .html pages), to then query mysql db and echo out all the data for row 'Black Cats'. I would appreciate any help on this or any tutorials along these lines. Thanks so much. Link to comment https://forums.phpfreaks.com/topic/233208-query-mysql-with-url-format/ Share on other sites More sharing options...
php.ajax.coder Posted April 9, 2011 Share Posted April 9, 2011 You can use mod_rewrite to do this http://blogs.sitepoint.com/guide-url-rewriting/ Google 'mod_rewrite' lots of tutorials Link to comment https://forums.phpfreaks.com/topic/233208-query-mysql-with-url-format/#findComment-1199463 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.