MySQL Forums
Forum List  »  PHP

Re: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in
Posted by: vinay paul
Date: November 03, 2006 06:23AM

Hi

i am getting this error on line no: 22 help me





<?php
/* Config.php */

$config = array(

//Admin Settings
"admin_user" => "",
"admin_pass" => "",

//Mysql Settings
"sql_host" => "localhost",
"sql_database" => "db1",
"sql_user" => "root",
"sql_pass" => "",

//Site Title
"title" => "vplstar",

//Start Date
"start_date" => "october 31, 2006",

//Site Url (No Trailing Slash)
"url" => "www.dataxgen.com",
);

?>

Options: ReplyQuote


Subject
Written By
Posted
August 10, 2005 10:15PM
October 26, 2005 04:35PM
October 26, 2005 04:38PM
January 14, 2006 03:43AM
September 08, 2005 02:08PM
Re: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in
November 03, 2006 06:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.