I want to read a file into php, and then replace some words in the source, then display the modified page, but I dont know how to accomplish this. The page is on a completely different page, btw.
step 1) open the file http://www.php.net/fopen step 2) read the file http://www.php.net/fread step 3) close the file http://www.php.net/fclose step 4) replace words http://www.php.net/str_replace or http://www.php.net/eregi_replace step 5) output the new page http://www.php.net/echo or http://www.php.net/printf
all done go bye bye
I want it to open a page on a DIFFERENT site. It keeps saying the folder doesnt exist.
sometimes posting code is a good thing.