Monthly Archives: February 2014

PHP MYSQL Connection string

$username = “your_name”; $password = “your_password”; $hostname = “localhost”;

Posted in MYSQL, PHP development, Software development | Tagged , | Leave a comment