UCP problam
#2

Код:
<?php
include('config.inc.php');  
$db_Connect = mysql_connect($config->Host,$config->User,$config->Pass); 
mysql_select_db($config->DB,$db_Connect);

class UserControl
{
	public $user;
	
}
Or it could be telling you that you need a function before the public?
Reply


Messages In This Thread
UCP problam - by whitedragon - 17.11.2009, 15:10
Re: UCP problam - by darkrider366 - 17.11.2009, 15:15

Forum Jump:


Users browsing this thread: 1 Guest(s)