Home › Forums › Back End › Try out my first PHP web app! › Reply To: Try out my first PHP web app!
September 7, 2014 at 6:55 pm
#182087
Participant
Your PDO connection looks like this, correct?:
new PDO('mysql:host=localhost;dbname=database', $user, $pass);
Just change localhost
with 127.0.01
.