Hey i have added a radio pannel to my site and it keeps saying
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/habbost/public_html/staff/dj/sql.php on line 5
when i try to click install to test it, can any1 help

Hey i have added a radio pannel to my site and it keeps saying
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/habbost/public_html/staff/dj/sql.php on line 5
when i try to click install to test it, can any1 help
Need a domain but dont have paypal... not to worry. You can purchase a domain via text or home phone at XeoDomains.mobi.
(X Moderator)
AKA Cheekykarl
Well go to the file
And change the file till it matches with the correct MySQL database
what shall i put in the file (html wise)
Need a domain but dont have paypal... not to worry. You can purchase a domain via text or home phone at XeoDomains.mobi.
(X Moderator)
AKA Cheekykarl
Just change the file to what your MySQL database is
Example -As i know this is the RadioPanels PanelPHP Code:<?php
//MySQL Hostname
$hostname = 'localhost';
//MySQL Database Username
$sqlname = 'THE USER YOU INSERTED INTO THE DATABASE';
//MySQL Database Password
$sqlpass = 'THE PASS TO THE USER YOU INSERTED TO THE MYSQL';
//MySQL Database Name
$mysqldb = 'THE DATABASE NAME';
$connection = mysql_connect($hostname, $sqlname, $sqlpass) or die("Couldn't select database.");
$db = mysql_select_db($mysqldb, $connection) or die("Couldn't select database.");
?>![]()
Want to hide these adverts? Register an account for free!