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

2001-07-30 Thread Howard Picken
40 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] MySQL newbie: inserting new entry to table? 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 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

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

2001-07-29 Thread Howard Picken
Have a look at how I would insert data in your case. Howard -Original Message- From: sg [mailto:[EMAIL PROTECTED]] Sent: Sunday, 29 July 2001 8:57 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] MySQL newbie: inserting new entry to table? Hi folks! I'm new to PHP/mysql. I created

[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

Re: [PHP-DB] mysql newbie

2001-05-10 Thread Russ Michell
>how to set mysql to ask password to any user who try to enter ? If you are using a GUI like phpMyAdmin to administer the MySQL database, you can use it to prompt for a username and password such as would occur with a .htaccess/.htpasswd file combination. If you're on the command line - in Lin

[PHP-DB] mysql newbie

2001-05-09 Thread andrie
Hello php-db, a allready install mysql on apache and idont create any user yet one question from me, when i enter mysql, i can enter it without being asking any password(i'm not root). how to set mysql to ask password to any user who try to enter ? -- Best regards, andrie