The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
In vBulletin 2 I had some code which just returned the contents of a particular post to another application, and it looked like this
Code:
<?php require("global.php"); $post = $DB_site->query("select pagetext from post where postid=12345"); $posttext = $DB_site->fetch_array($post); $text = $posttext[0]; echo("$text"); Cheers |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|