Connect to database in php

< ?php /* Created BY Vincent Amedekah This a simple script l've created to help anyone who might need help connecting to database in php Things to look out for 1: "die()" will exit the script and show an error statement if something goes wrong with the "connect" or "select" functions. 2: A "mysql_connect()" error [...]

Read More