jamjam1 Posted June 1, 2010 Share Posted June 1, 2010 Hi I am new to PHP development. I am building a dynamic website that will pull data from Mysql database. I know the easiest way to retieve data from a database in php is to pass variables with a query string. How can I do this on default page that does not contain a query string. For example if my homepage was www.example.com and I wanted to pull data from the database to populate the homepage. How would I do this? I could add a query string to the end of the page and link to it that way but this will be no good if someone typed just the homepage and not the full string. Am sure there is easy solution to do this but as I am new to this, I am stomped. Will appreciate any assistance. Quote Link to comment https://forums.phpfreaks.com/topic/203527-query-string-and-home-page/ Share on other sites More sharing options...
jamjam1 Posted June 1, 2010 Author Share Posted June 1, 2010 I have found a solution to my problem, so no need to reply. Quote Link to comment https://forums.phpfreaks.com/topic/203527-query-string-and-home-page/#findComment-1066259 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.