New to php programming

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dave_c00
Forum Commoner
Posts: 37
Joined: Wed May 28, 2003 6:08 am

New to php programming

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply