Im trying to build a forum on my site
i can create a new thread now when i click on the title of the new thread i want it to start a cgi script that will show the history of the thread all the posts which im storing in a text file a new line for each post and information about who posted and when etc each field is split by a |
so my href line line points at the cgi and then i want to pass this text file to the cgi file
is this right and how do i extract the info once its in my script.
text file
MADAXE
i can create a new thread now when i click on the title of the new thread i want it to start a cgi script that will show the history of the thread all the posts which im storing in a text file a new line for each post and information about who posted and when etc each field is split by a |
so my href line line points at the cgi and then i want to pass this text file to the cgi file
is this right and how do i extract the info once its in my script.
text file
Code:
my walruss had bad breath|20-march-2005|queen deva|england
does my penguin need a leash|21-april-2005|peter pa|france
Code:
<a href="lookatthread.cgi/../LOGS/FORUMPOSTS/$tlink">
MADAXE