Forum Moderators: coopster
What i wanted to do is the following:
I have a file that creates a list of articles, so, i wanted the script to go to the text files and search for the title, in order to return it to the list...
here is how the text files are made:
<?php $title="title1 1 2 3";?>
The rest of the article here.