The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Numbering mysql rows
Hi,
I've got a very simple query I'm trying to count rows with. Code:
$strike = mysql_query("SELECT * FROM table WHERE when = '$now'"); $per = mysql_num_rows($strike); The $now variable is set above the query and is calling information correctly. How can I go about counting rows where when=$now? Thanks! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|