<?php mysql_connect(“localhost”, “admin”, “1admin”) or die(mysql_error()); echo “Connected to MySQL<br />”; ?> If you load the above PHP scr… more →
Michael's Blogmichaeljj wrote 2 years ago: <?php mysql_connect(“localhost”, “admin”, “1admin”) or die(my … more →
michaeljj wrote 2 years ago: If you are into IT or into web development, there are plenty of resources out there for you to learn … more →