hi,
how I can add doubl quotes to a srting whereas this string will insert into a field of table that It's type is VARCHAR.
example:
$str=$S1."=".$S2
I have to add double qoute about $S2.
$strsql="Insert into temp($name) VALUES('$strsql');";
odbc_do($db,$strsql)
ahead,thank's for your help.