Jump to content


viewing page with mysql help needed


2 replies to this topic

#1 er0x

    Young Padawan

  • Members
  • Pip
  • 43 posts

Posted 11 September 2007 - 06:58 PM

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.

#2 Demonslay

    P2L Jedi

  • Members
  • PipPipPip
  • 970 posts
  • Gender:Male
  • Location:A strange world where water falls out of the sky... for no reason.
  • Interests:Graphic Design, Coding, Splinter Cell, Cats

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.

#3 er0x

    Young Padawan

  • Members
  • Pip
  • 43 posts

Posted 13 September 2007 - 01:29 AM

View PostDemonslay, 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.

thanks. just needed a tip in the right direction





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users