Hi!!

I'm presently working on my personal web site and i would like to use PHP to
do the following :

1- Read a string in the following format from a text file :
     string;url;integer;string
     string;url;integer;string
     string;url;integer;string
                ...
     string;url;integer;string


2- Generate a page containing the resulting list in the following format :

              string      integer     string
              string      integer     string
              string      integer     string
                               ...
              string      integer     string

      where the first string is a link to the corresponding url.

Any help would be welcome at this point.
Thank you in advance...

Alain Menard




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to