The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]() Code:
require("global.php"); $getposts = $db->query_read(" SELECT post.postid AS postid, post.pagetext AS pagetext FROM " . TABLE_PREFIX . "post AS post WHERE postid='1111';"); $post = $db->fetch_array($getposts); echo "<b>".$post['postid']."</b> - ".$post['pagetext']."<br /><br />"; ![]() ________ where are my before post on this subforum ? ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|