PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$selectSql = "select from field where fieldname=%s"
In PHP we use %s as a variable substitute. I just wanted to know if in PEAR DB %s is used as a variable substitute also. Any help will be appreciated. Thanks