The Arcive of vBulletin Modifications Site. |
|
|
#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 | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|