I'm new to PHP (and just really starting out) and forgive me if I posted this in the wrong forum and the question that follows.
I have a website which is database (MySQL) driven. I have it set up so that it would pull the newest article from the database table and display it based on the timestamp on the front page.
Code: Select all
article_id
article_title
article_text
article_timestampIs this where I have to pass arguments in the URL based on the "article_id" ?
Hope you can help.