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");
>
Hi,
I think you should read a beginner tutorial about SQL. there are just
four things Insert, Delete, Update and select, that need to be known for
working with database in normal conditions, after that you can move to
create, drop, alter or much more like joins etc.
http://www.lmpx.com/mys
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
3 matches
Mail list logo