[PHP-DB] PHP/MySql - address book

2002-01-06 Thread sg
Hi, I'm trying to do a sort of address book where I'd put all information about anybody or any company from which I receive informtation (friend, people from work, hotels, places...) An entry starts with a name, then I can have any type of information. The table I'm using has a lot of fields, bu

Re: [PHP-DB] Newbie: Modify - Delete entries

2001-08-18 Thread sg
Thank you Kate! I'll try that, but I may need some more help on the way. Cheers! Sébastien. -- PHP Database 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 PRO

[PHP-DB] Newbie: Modify - Delete entries... And more (quite a long post)

2001-08-17 Thread sg
Hi there! I think it's a pretty easy one, but I'm quite new to PHP... I managed to create a database with a table that I use to store personal data: My address book The fields are name, address, email, and so forth. Now I have a loop in a page that cycle through all my entries and displays the

Re: [PHP-DB] MySQL newbie: inserting new entry to table?

2001-07-29 Thread sg
Thank You Howard! You sure are quick! I found a way to make it work. I used to have both scripts (the one that displays and the one that inserts new entries) on the same page... Once I separated them I had a link on a third page. I first clicked on the insert entry link then back to the display

[PHP-DB] MySQL newbie: inserting new entry to table?

2001-07-29 Thread sg
Hi folks! I'm new to PHP/mysql. I created a db with one table (using PhpMyAdmin). The table is called 'addressbook' and the base 'mabase'. I can very well read the table and display it very neatly using the below code, but I CAN'T write new entries using the code in the second page (end of mail