Re: [PHP-DB] Newbie question - other way than insert statement?

2001-11-21 Thread Daniel Schwab

ok, thnx

 No, but SQL is your friend
*lol*

greez
daniel




-- 
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 PROTECTED]




[PHP-DB] Newbie question - other way than insert statement?

2001-11-20 Thread Daniel Schwab

Hi

I came from ASP and I'm sort of a newbie. I'm sure you'll see
that after my question :-)

I'm looking for a way to insert data in an mysql db but not with an
insert into statement. Is there any way i can do some sort of:

mydb.myfieldname = $myvalue

??

(same as in asp with recordsets: rs!fieldname = value)
any way to do that in a similar manner?

thanks for your help
daniel











-- 
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 PROTECTED]