Search found 1 match

by Topkat
Fri Dec 26, 2008 9:24 am
Forum: PHP - Code
Topic: How can you update a record with a prepared statement?
Replies: 1
Views: 85

How can you update a record with a prepared statement?

I've looked at the PHP.net manual, searched Google and I can't find any examples of updating records with prepared statements. Everything is on select and insert... How is it done? I tried the following, but it says I have a syntax error from the first line of code... $q = "UPDATE table1 SET ti...