Thread
: Tech
What a wild 3 weeks (and php question).
View Single Post
09-07-2021, 09:35 PM
k33n
Confirmed User
Join Date: Feb 2009
Posts: 201
Code:
$sql = "select * from " . $table . " where id=?"; try { $stmt = $db->prepare($sql_str);
Replace $sql_str with $sql
k33n
View Public Profile
Find More Posts by k33n