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 to use readline to make this happen, but I'm getting error
messages.
Somebody with a suggestion about this?

Thanks
Kaleb

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to