Webdetector Webmaster Forums - Your favorite webmaster community
 

Advertise Here Wordpress Premium Sportscrazyforum - Where Sport is a religion dnfame.com Spruce Host chooseapixel.com

Go Back   Webdetector Webmaster Forums - Your favorite webmaster community > Developers Corner > Programming > PHP Forum

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-29-2008, 02:18 PM
Member
noobee
 
Join Date: May 2008
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Default PHP error message?? Cant get rid of it!?

Why do i have this problem im trying to get a dynamic table and was done in dreamweaver but still comes up with this error.
Warning: mysql_fetch_assoc(): 4 is not a valid MySQL result resource in C:\xampp\htdocs\construction\index.php on line 89.
I cant seem to get rid of it. Any help is apprecieated and the table code is pasted below. Thanks Ali.<table class="information" align="center"><tr><p align="center">There are <?php echo $totalRows_notices ?> events.</p><tr><td><b>Event</b></td><td><b>Date</b></td></tr><?php do { ?><tr><td><?php echo $row_notices['event']; ?></td><td><?php echo $row_notices['ev_date']; ?></td></tr></table><?php } while ($row_notices
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 07-01-2008, 03:30 AM
directory_man's Avatar
Super Moderator
noobee
 
Join Date: Jun 2008
Posts: 34
Thanks: 2
Thanked 0 Times in 0 Posts
Default PHP error message?? Cant get rid of it!?

Your code is cut off, so I can't be for sure, but it looks like the parameter you are giving mysql_fetch_assoc is not the result of a valid mysql result from a query.

i.e. proper usage might be:
$handle = mysql_connect('localhost','username','password');
mysql_select_db('database',$handle);

$result = mysql_query("SELECT * FROM EVENTS");
if ($result) {
while($row = mysql_fetch_assoc($result)) {
//code for each row goes here
}
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored links
Reply

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 03:43 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Ad Management by RedTyger