Hi
I need help for creating two php snippets, the work is
1) A PHP snippet that reads
all files and directories form the current folder and read "File Name" and "File Size" in
to a table 2) Another snippet that reads from a text file "Delivery Note*.txt" and writes
the content to a table element. The script should allow to read from different sections
of the text file. The sections are likely "Customer Name", "Delivery Notes", "Delivery
Date", "Packing List".
Any one pls help
regards
Sanju
Help of listing files from directory
Moderator: General Moderators
Re: Help of listing files from directory
http://www.spoono.com/php/tutorials/tutorial.php?id=10
As for the second question, do you have access to a mysql database? It's really simple to set one up and php works great with mysql.
As for the second question, do you have access to a mysql database? It's really simple to set one up and php works great with mysql.