[PHP] Help with Bookmark

2002-05-03 Thread Rodrigo

Hi guys I'm trying to make a online bookmark adress book, this bookmark
adress book, would consist of the following:
 
A text file named name.txt, that would content the name of each of the
users.
 
A text file named pass.txt, that would contain a non-secure password for
each user.
 
A text file for each user named loginbookmarks.txt containing the list
of urls and hopefully an indicator, as in a hash, to call the bookmark
by it's name.
 
That's all, I've figured the first two but I can't seem to make the
third one. Anyone can send me any ideas... Code hopefully.
 
Thanks,
Rodrigo



RE: [PHP] Help with Bookmark

2002-05-03 Thread Brian McGarvie

an idea would to be not to use flat files for it...

use a database, try mysql...

-Original Message-
From: Rodrigo [mailto:[EMAIL PROTECTED]]
Sent: 03 May 2002 08:02
To: [EMAIL PROTECTED]
Subject: [PHP] Help with Bookmark


Hi guys I'm trying to make a online bookmark adress book, this bookmark
adress book, would consist of the following:
 
A text file named name.txt, that would content the name of each of the
users.
 
A text file named pass.txt, that would contain a non-secure password for
each user.
 
A text file for each user named loginbookmarks.txt containing the list
of urls and hopefully an indicator, as in a hash, to call the bookmark
by it's name.
 
That's all, I've figured the first two but I can't seem to make the
third one. Anyone can send me any ideas... Code hopefully.
 
Thanks,
Rodrigo

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