Jump to content

[SOLVED] NEED HELP


bhavin12300

Recommended Posts

hi

 

this is my code to get the number of rows according to conidtion.

 

 

$submit="select COUNT(*)  from nmymsg where too like $MYNAME";
        $resultt=mysql_query($submit);

 

 

now i wanna display this  number of rows .

 

how to do that

i did like this

$row=mysql_fetch_array($resultt);
 echo($row);

 

but its not howing the result.

how to do that?

Link to comment
https://forums.phpfreaks.com/topic/59485-solved-need-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.