in reply to Re: Re: Quote mark in string messing up mySQL INSERT
in thread Quote mark in string messing up mySQL INSERT
Rohit$dbh->do("insert into mytable values('$myStringWhichPossiblyContainsQu +otes', '$another string', ...);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Quote mark in string messing up mySQL INSERT
by htoug (Deacon) on Dec 13, 2002 at 08:24 UTC |