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
New to php programming
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
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
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