The mysql extension is deprecated due to the some sql injunction issue. I would suggest to use mysqli or PDO. mysqli based on object oriented process (OOPS). The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. it seem how we are using mysql same for PDO.
Showing posts with label PDO. Show all posts
Showing posts with label PDO. Show all posts
03 March, 2015
13 February, 2014
PDO Form value inserting into Database
previously i posted on PDO basic tutorials so now i create small form using insert and update query in PDO. it's best helpful for Beginners to learn something about PDO.
12 February, 2014
PDO Basic insert,view,update,delete function
Nowadays Most of them using Mysql query but MySQL is old extension officially deprecated. After improve the code to induce on Mysqli and PDO function. follow this tutorials learn how to insert,view and update query using PDO.