Home › Forums › Back End › Help with PHP Login › Re: Help with PHP Login
January 9, 2013 at 1:58 am
#120364
Participant
I wouldn’t recommend using mysql_connect for your login. You would be much better off using PDO. Here’s a tutorial on how to use it:
[PDO tutorial](http://www.phpeveryday.com/articles/PHP-Data-Object/PDO-Tutorial-P842.html “PDO tutorial”)