Formatting code for PHPCode
{{parent page="PHP"}}
===PHP code===
I can't believe I'm actually writing php. Such a crappy scripting language, don't even get me started.
PHP mysql connect
%%
<?php
if ( !mysql_connect("66.70.64.61","dptest","ShyiksId2") ) {
error_log(mysql_error());
die(mysql_error());
}
echo "Connected to MySQL<br>";
?>
%%
===PHP code===
I can't believe I'm actually writing php. Such a crappy scripting language, don't even get me started.
PHP mysql connect
%%
<?php
if ( !mysql_connect("66.70.64.61","dptest","ShyiksId2") ) {
error_log(mysql_error());
die(mysql_error());
}
echo "Connected to MySQL<br>";
?>
%%