Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Web Developer Interviews:BootstrapFront End Web DeveloperHTML DeveloperHybrid Application DeveloperInternee PHP DeveloperJnr PHP/Codeigniter DeveloperJunior Developer PHPLaravel PHP DeveloperPython DeveloperRuby DeveloperTypographyWeb Developer & DesignerWeb Developer Cum SEO AnalystWeb Development NinjasWebsite DeveloperWordPress Themes Developer
Copyright © 2018. All Rights Reserved
Internee PHP Developer Interview Question:
Tell us how can we find the number of rows in a result set using PHP?
Submitted by: MuhammadAd
☛ $result = mysql_query($sql, $db_link);
☛ $num_rows = mysql_num_rows($result);
☛ echo "$num_rows rows found";
Submitted by: Muhammad
☛ $num_rows = mysql_num_rows($result);
☛ echo "$num_rows rows found";
Submitted by: Muhammad
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
