Jump to content

Row Counter


Russia

Recommended Posts

Hello, I have made this row counter and would like some help, I would like to align the output to the right side of the screen and infront of the numbers add

'Number of Members:'

 

Here is the script:

$result = mysql_query("select count(*) as rowcount from notes");
$row = mysql_fetch_array($result);
echo $row['rowcount'];  

 

I think the echo needs to be written differently.

Link to comment
https://forums.phpfreaks.com/topic/171981-row-counter/
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.