Page 1 of 1

New to php programming

Posted: Wed May 28, 2003 6:08 am
by dave_c00
Hi,
I am new to php programming and was wondering if anyone could help me in the code i would need to read a text file and display the data within that file on a web page??

Thanks

Dave

Posted: Wed May 28, 2003 6:29 am
by twigletmac
Best place to start is here:
Filesystem functions
Looking specifically at:
file()
and then most likely at
explode()

Also have a search of these forums because there's quite a bit of filesystem code knocking about.

Mac