im trying to set up my own little blogger script... i have the page to add the blog... i have the page that shows the last few blogs, link to the blog, date, etc.. but how do i set it up so that when i click the link, it takes me to the page to read the blog, without ever making a page for the blog.
example...
blog one (link to blog) - description
when i click the link... opens new page with the blog showing, but on a page it creates itself when i add the blog to the db?
i hope this is understandable.
viewing page with mysql help needed
Started by er0x, Sep 11 2007 06:58 PM
2 replies to this topic
#1
Posted 11 September 2007 - 06:58 PM
#2
Posted 12 September 2007 - 02:31 PM
The concept is simple. Get the unique ID for the blog page, grab it from the database, and show it.
Look up your average tutorial on MySQL-driven content management systems for more, as this is a very common thing you can search for.
Look up your average tutorial on MySQL-driven content management systems for more, as this is a very common thing you can search for.
#3
Posted 13 September 2007 - 01:29 AM
Demonslay, on Sep 12 2007, 07:31 PM, said:
The concept is simple. Get the unique ID for the blog page, grab it from the database, and show it.
Look up your average tutorial on MySQL-driven content management systems for more, as this is a very common thing you can search for.
Look up your average tutorial on MySQL-driven content management systems for more, as this is a very common thing you can search for.
thanks. just needed a tip in the right direction
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
