Incorporating PHP scripts

Cory Booth

Well-known member
So...
I am just now opening the admin panel and getting a feel for it.
I saw some areas of pulling in outside php files and wonder if this is implemented yet?

I am looking at trying to pull in my weather and tide data using php.

Currently I do this on VB using a PHP widget.

Is there a similar function in XF beta?

What about the "Static Pages"?

Thanks!
 
Hmmm...
I am assuming the PHP Call Back area?
Is there a post I'm missing or does anyone have a few quick points how to go from:

<?
echo 'Hello'
?>

to this new format?
 
Top Bottom