Hi, would anyone have any examples of a very secure PDO login script which best suits my needs. What I would like to do is the user enters their email in a form and when the submit button is pressed it displays 2 mysql fields (name and DOB) relating to their email.
I don't know if it's PDO, but it's definitely an excellent (and HIGHLY-FUNCTIONAL) example of OOP PHP programming; Awesome PHP Login Script and it works well! I love this script (and you may, also).
@luke ham - DEFINITELY PDO..... Script users Register, Login, Online This is a PHP script to Register and Login users in a website, and shows the Online users. It has option to Log in with Facebook, Yahoo, or with a Google account. It is created with the method based on classes and objects (OOP). Uses PHP, MySQL and Ajax / JavaScript (with jQuery) [it can work also in browsers with JavaScript disabled]. The connection to MySQL is made with PDO. There ya go @luke ham!