I know how to replace data with a .txt file like:
<?php include="xx.txt"
but am i able to extract a certain data I want or a certain line from the .txt file instead of getting the whole file.
fopen(), fread() etc. Manual is your friend 🙂
cya Rob
http://php.net/readfile http://php.net/file http://php.net/fopen http://php.net/fgets http://php.net/fgetc
Manual? anyway... how do you use them? =)