VitaminWater
11-09-2008, 03:16 AM
I am looking into creating a PHP driven blog for my website. In all honesty i am not sure if what i am thinking is the right way to get this to happen but heres an explanation:
My website is run off a mysql database and phpmyadmin. I'd like to be able to log into phpmyadmin and add an entry to a table titled, 'blogs'. In the row i want to be able to set the title, the blog post, a time stamp, and an Author. Once that that entry is added i want the website to automatically update with the latest blog. This is where i get lost...
Where i am now i have a table that has a row or column for a title, a time stamp, a message and an author. My question is how do i call the respective items from my php table to be placed into the newly generated table on my main page?
Is this the right way to try and do something like this? or is there an easier way?
Thank you very much for any help.
My website is run off a mysql database and phpmyadmin. I'd like to be able to log into phpmyadmin and add an entry to a table titled, 'blogs'. In the row i want to be able to set the title, the blog post, a time stamp, and an Author. Once that that entry is added i want the website to automatically update with the latest blog. This is where i get lost...
Where i am now i have a table that has a row or column for a title, a time stamp, a message and an author. My question is how do i call the respective items from my php table to be placed into the newly generated table on my main page?
Is this the right way to try and do something like this? or is there an easier way?
Thank you very much for any help.