mysql bind variables with php

admin

Administrator
Staff member
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
 
Back
Top