Hello:
I am using the "post-a-link" code (found here http://markdonline.com/code/code.php3) and am trying to fix a small bug. I'm just learning PHP so please excuse my ignorance.
The script allows users to input info and the info gets written into text files. Another php file displays the text file using include. When hitting reload, that page will add a blank entry to the text file and in turn will display it on the php results page as well.
I was told to use the header() to redirect the function instead of the include, but i can't figure out how. Any suggestions or help is appreciated. Thanks.