![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRemoving quotes from an array, string or txt file see code
From: Techie Guy <out@thepub.com>
Date: Sun Oct 30 2005 - 12:34:43 CET
I'm trying to process a tab delimited file where each line in the file
//read in the name and address lines from the txt file
//count the number of address lines in the array
echo "<table>";
for($i=1; $i<$number_of_addresses; $i++)
TIA
More info if required
|