Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dionsis
  • Content: Threads
  • Order by date
  1. dionsis

    printing the query after binding parameters

    hey im looking to find out how to print a query back after binding the parameters to the query $sql contains a query with placeholders $sth = $package->prepare($sql); $sth->bind_param(1, $a); $sth->bind_param(2, $b); $sth->bind_param(3, $c); $sth->bind_param(4, $d); $sth->execute; once the...

Part and Inventory Search

Back
Top