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

2001-08-20 Thread Steve Brett
doh! sorry re-read your code. pls ignore last post. Steve "Steve Brett" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > if the fields are static i.e. > > name: > phone number: > etc etc > > have a look at > using while and foreach to dump your stuff out. > sho

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

2001-08-20 Thread Steve Brett
if the fields are static i.e. name: phone number: etc etc have a look at using while and foreach to dump your stuff out. should save you a fair chunk of code. Steve "Sg" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thank you Kate! > > I'll try that, but I

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

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

2001-08-17 Thread KSchneider
Sébastien, modify and delete submit buttons would probably be your best bet. my usual modus operandi is to send an id number (or other qualifying criteria) to the next page (often i use the very same page so as to not have to re-write the form). ex: modify: send id in an input hidden stateme

[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