<?php session_start(); include_once 'config.php';
$number = my_query(mysql_query=("SELECT COUNT (uid) AS number FROM `users`"));
$row = mysql_fetch_array($number);
echo "There are total $row['uid'] registered users.
{
?>
<?
}
?>
any one tell me what wrong in this script.
Its showing an error like this -
syntax, error, T_string Variable
a*******/public_html/index.php

New Topic/Question
Reply



MultiQuote




|