hey all i am getting an error which says
Fatal error: Call to a member function bindParam() on a non-object
my code is as follows for bind
can anyone help meCode PHP:/*** bind the params ***/ $stmt->bindParam(1, $type); $stmt->bindParam(2, $imgfp, PDO::PARAM_LOB); $stmt->bindParam(3, $size); $stmt->bindParam(4, $name);![]()







Bookmarks