SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-18-2005, 03:33 PM
dvduval dvduval is offline
SEO
 
Join Date: May 2005
Posts: 121 dvduval will become famous soon enoughdvduval will become famous soon enough
Help with Counting Results

I don't write php very often. I know this is a simple question, but I was hoping someone could help.

PHP Code:
 $query "SELECT *
FROM student
ORDER BY student_id DESC
LIMIT 50"

$result mysql_query($query) or die("Query failed"); 
while (
$row mysql_fetch_array($resultMYSQL_ASSOC)) { 
print 
"<strong>Request made ".$row["date_added"]."</strong> by ".$row["student_firstname"]." ".$row["student_lastname"]." from ".$row["student_city"]." ".$row["student_zipcode"]."<br />".$row["student_message"]."<br /><br />";





I want say:
1) The search yielded x results
2) If no results, then print alternate message

I appreciate your time. Thank you in advance for your help.
__________________
Marketing Content - an effective plan in increasing interest in your content
Viral Content - Develop content that gets shared and saves you time marketing
Reply With Quote
  #2  
Old 06-30-2005, 10:17 AM
Atomical Atomical is offline
SEO Almost
 
Join Date: Sep 2004
Posts: 114 Atomical is on a distinguished road
mysql_num_rows($result);

if ( ($num_rows = mysql_num_rows($result)) == 0 ) {
echo 'Your query did not return any rows';
} else {
echo 'Your query returned this many rows:' . $num_rows;
}
__________________
www.harddrivecaddy.com
Reply With Quote
  #3  
Old 08-12-2005, 02:18 AM
dddougal dddougal is offline
SEO Almost
 
Join Date: Nov 2004
Location: uk
Posts: 104 dddougal is on a distinguished road
no thanks or anything hehe
Reply With Quote
Reply


Thread Tools
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
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 05:09 AM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.