hi i need to know if you can get infomation from a .txt file using php then outputting it in the browser?
hi i need to know if you can get infomation from a .txt file using php then outputting it in the browser?
Here you are hmsnacker:
If your page contains style on an external page and doesn't use the full location. The style won't take affect.PHP Code:<?php
echo file_get_contents('http://google.com');
?>
Jeremy | jfein.net
hmsnacker123 (06-01-2008)
ok ty.. is there anyway of selecting certain lines in the text file?
You could if you used str_replace(just one function you could use, much more out there).
http://us3.php.net/str_replace
Jeremy | jfein.net
Please don't get off subject. Does my link help? If you want to say things like that. Think about PMing me.
Jeremy | jfein.net
Bookmarks