05-May-2012, 12:56 PM
Hi,
Try putting a \ before the "$" symbol.
So,
Try putting a \ before the "$" symbol.
So,
PHP Code:
<?php
$mysql_database = "hjg$dj";
Would be:
PHP Code:
<?php
$mysql_database = "hjg\$dj";