Hello
Thnx for your last replies, looks like i need more help with php now.
I have this code:
function displayCategory(){
include ('admin/config.inc.php');
$connection = mysql_connect ("$host", "$username", "$password");
if ($connection == false){
echo m
Hello
I have Following code
function updateHitCounter($id,$PHPSESSID,$type){
$flag=$this->validateSession($PHPSESSID);
if($flag==1){
include("admin/config.inc.php");
$connection = mysql_connect("$host","$username","$password");
if ($connection == false){
echo mysql_errno().": ".mysql_error()."";
2 matches
Mail list logo