Possible Duplicate:
PDO Prepared Statements
Bu, örneğin, sunucu üzerinde idam edilecek gibi PHP mysqli uzantısı kullanıyorum ve ben merak ediyorum, hazırlanmış bir sorguyu görmek için herhangi bir yolu muhtemelen yoktur Sorgu böyle bir şeydir
select * from table1 where id = ? and name = ?
ama değerleri bu gibi doldurulduktan sonra sorgu görmek istiyorum:
select * from table1 where id = 20 and name = "John"