Tell us how can we find the number of rows in a result set using PHP?
Submitted by: Muhammad☛ $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
Read Online Internee PHP Developer Job Interview Questions And Answers
Top Internee PHP Developer Questions
☺ | Do you know who is the father of PHP? |
☺ | Tell me how can we create a database using php? |
☺ | Tell me what is use of header() function in php? |
☺ | Tell us what does a special set of tags <?= and ?> do in PHP? |
☺ | How to get second of the current time using date function? |
Top Web Developer Categories
☺ | Bootstrap Interview Questions. |
☺ | Front End Web Developer Interview Questions. |
☺ | Laravel PHP Developer Interview Questions. |
☺ | Typography Interview Questions. |
☺ | Junior Developer PHP Interview Questions. |