RE: [PHP] Link List

2004-03-04 Thread Martin Towell
; To: Phpgen (E-mail) > Subject: RE: [PHP] Link List > > > It's not on the Internet. Sorry. > The page is for an intranet service. > > Actually, the contents is pretty simple. It has 6 or 7 lines > with links in > the style of > > www.yahoo.com > > Kaleb >

RE: [PHP] Link List

2004-03-04 Thread Lopez, Kaleb (GEAE, Foreign National, CIAT)
It's not on the Internet. Sorry. The page is for an intranet service. Actually, the contents is pretty simple. It has 6 or 7 lines with links in the style of www.yahoo.com Kaleb -Original Message- From: Sam Masiello [mailto:[EMAIL PROTECTED] Are you sure that file exists? When I try t

RE: [PHP] Link List

2004-03-04 Thread Sam Masiello
;>\n"; > > > Thanks > > > -Original Message- > From: Matt Matijevich [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 04, 2004 4:00 PM > To: Lopez, Kaleb (GEAE, Foreign National, CIAT); > [EMAIL PROTECTED] > Subject: Re: [PHP] Link List > >

RE: [PHP] Link List

2004-03-04 Thread Lopez, Kaleb (GEAE, Foreign National, CIAT)
($inputfile as $line_num => $linea) { echo "http://"; . htmlspecialchars($linea) . ">\n"; Thanks -Original Message- From: Matt Matijevich [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 4:00 PM To: Lopez, Kaleb (GEAE, Foreign National, CIAT); [EMAIL P

Re: [PHP] Link List

2004-03-04 Thread Matt Matijevich
I have tried to use readline to make this happen, but I'm getting error messages. Somebody with a suggestion about this? have any code samples or example error messages for us? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Link List

2004-03-04 Thread Lopez, Kaleb (GEAE, Foreign National, CIAT)
Hello. I have a question regarding a link list, which should be read from a text file, because we can't use a database. The file is read and the first 5 lines will be displayed in a table. The links are stored in a text file, one per line. E.g. http://www.php.net http://www.home.com I have tried