Jump to content

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/a31652


I2aTe

Recommended Posts

help i keep getting this error and dont know how to fix it:/ this is the original ch21_include content.......        <?php

 

function doDB() {

    global $mysqli;

   

    $mysqli = mysqli_connect("mysql9.000webhost.com" , "a3165211_1" , "xxxxxx" "a3165211_Forum");

   

    if (mysqli_connect_errno()) {

        printf("connect failed: %s\n" , mysqli_connect_errno());

       

        exit();

        }

        }

 

?>

okaay thankyou but now i get this....      Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'a3165211_1'@'10.1.1.32' (using password: YES) in /home/a3165211/public_html/ch21_include.php on line 6

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.