Hi all, while I'm still a newbie, I've done more than just beginning programming in PHP/MySQL.
I know that I could make a system that takes information from a MySQL database and put them into new pages. The problem is, I know it would be ugly and clumsy. I would like to know from all you geniuses how I would do something like this WELL.
At this point, the only way I would be able to do this is:
article.php holds the dynamic template.
Pages are accessed via:
article.php?art=somevariable
Then all the other info is put in by:
SELECT otherinfo FROM sometable WHERE art = 'somevarible'
And start putting all the other info into different areas.
I gotta think there's a better way to do this, so please let me know. Thanks so much. 😃