Re: [PHP] insert to DB

2005-12-26 Thread adriano ghezzi
pls could you point out which instruction should insert record in db thanks... 2005/12/18, Anasta <[EMAIL PROTECTED]>: > > It just wont insert new data into DB--any ideas as i have gone over and > over. > > > > mysql_connect("localhost","anasta","silteren"); > > mysql_select_db("mytipperv1"); >

Re: [PHP] insert to DB

2005-12-18 Thread Zareef Ahmed
/mysql_ref.php Zareef Ahmed - Original Message - From: "Anasta" <[EMAIL PROTECTED]> To: Sent: Sunday, December 18, 2005 7:41 AM Subject: [PHP] insert to DB > It just wont insert new data into DB--any ideas as i have gone over and > over. > > > >

Re: [PHP] insert to DB

2005-12-18 Thread Brian V Bonini
On Sun, 2005-12-18 at 07:41, Anasta wrote: > It just wont insert new data into DB--any ideas as i have gone over and > over. Your not doing any inserts, two selects and one update... insert in t1 values('foo','bar','1 1 2 3 5 8 13'); -- s/:-[(/]/:-)/g BrianGnuPG -> KeyID: 0x04A4F0

[PHP] insert to DB

2005-12-18 Thread Anasta
It just wont insert new data into DB--any ideas as i have gone over and over. Edit"; } } ?> "> Name: " SIZE=15 maxlength="15"> Rating: " SIZE=3 maxlength="3"> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht