PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > Troubleshooting

Reply
 
Thread Tools
Old 08-12-2006, 07:11 AM   #1
XplicitMarine
Green Mole
 
Join Date: Aug 2006
Posts: 1
mysql_fetch_assoc error/problem

Hi, im new to PhpDig, i signed up in hope to find some help

im also new to PHP and MySQL, altho im not dumb and i have done a fair share of reading some stuff and fooling around with pre-made stuff. but onto the purpose of this thread.

I have website which was donated to me, to use for whatever purpose i want, altho when i set it up it had some SQL problems at first (trying to read a database that didnt exist) i fixed that and some other problems, altho since i dont know the PHP code i can only find my way around pre-made stuff, i got stuck.

im getting this error on my page "Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/*******/template_manage.php on line 164"

i tryed reading up on just mysql_fetch_assoc, no use, didnt help me.

on line 164 of that page is this(Altho the whole might be needed to help me tho, just let me know)

Code:
160	if(!empty($_SESSION['online_user'])){	$this->general_layout[middle][] = "general/middle/user_options.php"; }    
161    $this->general_layout[middle][] = "leagues/middle/top5.php";
162	$this->general_layout[middle][] = "leagues/middle/map_rotation.php";
163  	$this->admin_layout[middle][] = "admin/general/middle/sidebar.php";      
164  	if(mysql_fetch_assoc(mysql_query("select `userIP` from `banned_ip` where (userIP='".$_SERVER['REMOTE_ADDR']."')"))) {
165  	$go="banned";
166  	}
167    switch($go) {
hopefully someone could help me please. thanks.

(if more information is needed to help me out, just let me know ill get it)
XplicitMarine is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Spider problem, Search mb_ereg_replace problem. (Fixed?!) cpeter Troubleshooting 0 02-24-2006 01:56 PM


All times are GMT -8. The time now is 01:34 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.