McGuffin
05-06-2001, 02:12 AM
Obviosuly I have no clue how to use php and mysql, but this seems like a relatively easy question. I have a page with x amount of links on them, I want to link each page to one template page, but from the link carrying over information that will pull from a folder a txt file that will populate the page. I have done it in Cold Fusion without any issues. But need to do it in php. I have looked around on various resource areas and have found some interesting things that I will implement, but have not found anything that can solve my problem here.
here is an example:
index page
has 3 current links
3.php
2.php
1.php
I have a template page called 00.php
when the user clicks on 3.php it will call up 00.php but pull a file into the page labelled 3.txt from a folder called txt.
do you understand? can you help?
here is an example:
index page
has 3 current links
3.php
2.php
1.php
I have a template page called 00.php
when the user clicks on 3.php it will call up 00.php but pull a file into the page labelled 3.txt from a folder called txt.
do you understand? can you help?