Jump to content

Help Please Error..


Zoft

Recommended Posts

Ok when i try to go to my site i get this.

 

Parse error: syntax error, unexpected T_STRING, expecting ')' in C:\Documents and Settings\Administrator\Desktop\xampplite\htdocs\Upload\mysql.php on line 19

 

I don't know a fix! please heres the code..

 

<?php
// MYSQL
mysql_connect('localhost','josh', 'hiddenfromu');
mysql_select_db('highscores');

// CONFIG
$ppls_page = "100";
$sig_support = true;
$maxhiscorelevel = 99;
$sig_image = "http://www.delta-core.net/highscores/images/sig.png";
$top_hiscore = 1000001;
$minlvltohiscore = 10;
$website = "http://www.delta-core.net/highscores";
$images = "http://localhost/highscores/images/  ";
$file = "index.php";

// ARRAY REMEMBER ALWAYS START WITH MALL LETTER
$webbers	= array("");
$admins		= array("mod zoft", "spode69", "samisstupid, "yofool", "nate");
$mods		= array("");
$high_mods	= array("");
$donators	= array("");
$banned		= array("");

// ICONS
$webbers_icon	= "http://img264.imageshack.us/img264/3287/moddws8.gif";
$admins_icon	= "http://i7.tinypic.com/8foy68l.gif";
$mods_icon	= "http://img264.imageshack.us/img264/3287/moddws8.gif";
$high_mods_icon	= "http://img264.imageshack.us/img264/3287/moddws8.gif";
$donators_icon	= "http://img243.imageshack.us/img243/5434/donnf7.gif";

// BBCODE
$webbers_code	= '<img src="'.$webbers_icon.'" border="0"> <b><font color="darkgreen">'; $webbers2_code	= '</font></b>';
$admins_code	= '<img src="'.$admins_icon.'" border="0"> <b><font color="darkblue">'; $admins2_code	= '</font></b>';
$mods_code	= '<img src="'.$mods_icon.'" border="0"> <b><font color="orange">'; $mods2_code	= '</font></b>';
$high_mods_code	= '<img src="'.$high_mods_icon.'" border="0"> <b><font color="silver">'; $high_mods2_code	= '</font></b>';
$donators_code	= '<img src="'.$donators_icon.'" border="0"> <b><font color="yellow">'; $donators2_code	= '</font></b>';
?>

 

Please Help

Link to comment
https://forums.phpfreaks.com/topic/138345-help-please-error/
Share on other sites

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.