which is the best mysql connection method to use stored procedure in php? -
there 3 methods connect mysql php. mysql_connect,mysqli,pdo. best 1 use stored procedure in application?
please guide me
mysqli straightforwardly better mysql. pdo has lot of things going it. have codebase in @ moment use mysqli along stored procedures, , don't have complaints.
Comments
Post a Comment