The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
this is my code
include "connect.php"; $query = "select * from plants"; $result = mysql_query($query); $row = mysql_fetch_array($result); $templater->register('query', $query); $templater->register('result', $result); $templater->register('row', $row); if(mysql_num_rows($result) > 0) { while($row = mysql_fetch_array($result)) { echo "data found"; } } else { echo "No Record With These Parameters"; } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|