PDA

View Full Version : php in postbit


Dolby
11-24-2001, 08:35 PM
Hehe I really want to post this in the general forum where some one has a chance to see it. Not to many people post/read the php forum but I'll give it a try :)

lets say I want to add this php....

$testing123=" This is a test ";

Now I want to call $testing123 up in the postbit template.

what file would I put $testing123=" This is a test "; so the postbit template would show the "This is a test" where i put $testing123

This will help me figure out how to put in an extra db query so i can display that information in the postbit template.

Thanks again for you help :)

Dolby
11-24-2001, 08:50 PM
found the answer to my question when looking at some of the code of that hacks that change things in postbit :)

its functions.php in the admin folder!

hehe

merk
11-25-2001, 11:06 PM
There is an easier method.

put $testing123 = "blah"; in PHPINCLUDE template

then you can put $testing123 in postbit :)

pHaez
03-13-2002, 04:15 AM
this does not appear to be working for me and i don't know why, i have been trying for hours.

merk
03-13-2002, 07:05 AM
What are you trying to do, and how have you done it?(or tried to do it?)