Re: [PHP] RE: insert data to mysql

2001-04-23 Thread Philip Olson
> I did that but it still doesnt work? Is there something else that I > should be passing to the script to let it know to write to fields > within the table? define "not work" like is there an error? data not inserting? also, read and bookmark this tutorial, it'll help this and future endeaver

[PHP] RE: insert data to mysql

2001-04-23 Thread shawn
> Concatenate your string. > > "...VALUES ('".$client."','".$contact."')" (etc.) > > Or just replace the double-quotes within the string with single quotes. > That should do it. I did that but it still doesnt work? Is there something else that I should be passing to the script to let it know to