A admin Administrator Staff member Aug 21, 2008 #1 Does anyone know if it抯 possible to use any kind of bind variables to make the queries run faster. In perl I use; $sth=$dbh->prepare(攕elect * from table where name = ??; $sth->execute(擧enrik?; Can I do it in PHP? Thanks / Henrik
Does anyone know if it抯 possible to use any kind of bind variables to make the queries run faster. In perl I use; $sth=$dbh->prepare(攕elect * from table where name = ??; $sth->execute(擧enrik?; Can I do it in PHP? Thanks / Henrik