Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Try out my first PHP web app! Reply To: Try out my first PHP web app!

#182087
chrisburton
Participant

Your PDO connection looks like this, correct?:

new PDO('mysql:host=localhost;dbname=database', $user, $pass);

Just change localhost with 127.0.01.