Tag Archives: SQL

How to change WAMP server port number windows 7

Port Issue WAMP Server Offline It is always good to know which port is used by wamp server. Apache>Service>Test Port 80

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

MySQL Functions (PDO_MYSQL)

PDO_MYSQL will take advantage of native prepared statement support present in MySQL 4.1 and higher. If you’re using an older version of the mysql client libraries, PDO will emulate them for you.

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

PHP MYSQL Connection string

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

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