MySQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMySQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old June 7th, 2006, 06:09 PM
Souliebaby Souliebaby is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 65 Souliebaby User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 1 h 5 m 28 sec
Reputation Power: 4
Help!!! Please - MySQL upgrade problems

I'm not sure if anyone can help me with this one, it's hard to understand I think.. Anyways, I just upgraded Mysql from version 4.0.3 i think to 5.1 and now my website isn't working properly.. I am using the tag

include ("includes/quotes.php");

in a section, but on my site when it gets to that it goes blank and stops loading the rest of the site. I haven't changed anything in my files just upgraded mysql..

the quotes.php file is as follows:

Quote:
<?php

require ("includes/dbconn.php");

$randomQuotes = "SELECT * FROM `quotes` ORDER BY RAND() LIMIT 1";
$finalRandomQuotes = mysql_query($randomQuotes);

while ($row = mysql_fetch_assoc($finalRandomQuotes)){
?>

<div align="center"><em><?php print $row['quote']; ?></em></div>

<?php

}

?>


And i can't see anything wrong in there as to why it shouldn't work properly?? It's just not that file, it seems to do the same for other files i'm trying to include..

Any help would be muchly appreciated!!

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMySQL Development > Help!!! Please - MySQL upgrade problems


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway