Hi,

is it possible if I have
$a="SELECT FROM table WHERE language= english";

and I want to put the statment as text into the database like so
INSERT INTO selecttable values(?);
$sth->execute($a);
I'm getting an error so maybe it is not possible. Any help is appreciated.
Anthony


Reply via email to