PDA

View Full Version : vB PHP Help!


Angelus1753
08-13-2002, 06:00 PM
Ok, I've got a new page, test.php and I would like to know how to use vB styles within this page.

When I mean styles, just a few replacements such as { pagebgcolor } , <normalfont>, etc.

So whatever style the user is using, test.php will look accordingly. Basically I'll just like to know how to 'tie' test.php in with the rest of vB.

I'm very new to PHP, so any help would be good.

Xenon
08-13-2002, 10:48 PM
you have to require global.php in your test.php script and then use the eval code...

Angelus1753
08-14-2002, 05:51 PM
Requiering the global.php bit, thats this, right?

<?
require("./global.php");
?>

But whats this about the eval code?

*looks clueless*