Ok, I have a site that uses some php coding. The problem is that I want to create one page that generates everything. I want it to get the info from the url and produce the right content. Say like, I have a index.php (which loads the stuff I posted when you first enter) file and there is a link to the faq page, I want to click on the link ( something like <a href="index.php?faq>faq</a>)
then the index.php file will produce the faq file instead of the stuff I posted.
do you get what I'm saying? sorry, I really think of a way to explain it.
Well kinda like the ntfs main page, the links are like
"index.php?action=news&catid=...."
then the index.php file will produce the faq file instead of the stuff I posted.
do you get what I'm saying? sorry, I really think of a way to explain it.
Well kinda like the ntfs main page, the links are like
"index.php?action=news&catid=...."