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. Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.