SyntaxFix
Write A Post
Hire A Developer
Questions
<?php if(!@mysql_connect('127.0.0.1', 'root', '*your default password*')) { echo "mysql not connected ".mysql_error(); exit; } echo 'great work'; ?>
if no error then you will get greatwork as output.
Try it saved my life XD XD