Need to use the PHP Include function on my sidebar

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Maccsta
Regular
Posts: 77
Joined: Mon Feb 19, 2007 6:07 am
Location: Leeds, England

Need to use the PHP Include function on my sidebar

Post by Maccsta »

I want to use the PHP Include to call some links into my sidebar.

I've tried to use the HTML nugget tool to do this using:

<?php
@ini_set('expose_php', 'Off');
@include "/usr/www/virtual/maccsta/www.mysite.com/lo/site_templates/site_16_1.php";
?>

Doesn't work! Does work on a normal webpage but not through SY blog.

Any suggestions?
Check out this blog today!
Buy Eye Secrets strips.
Best devices reviewed at http://www.penisstretchers.org/.
Order Capsiplex slimming pills today.
Buy Meratol diet pills online.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Need to use the PHP Include function on my sidebar

Post by garvinhicking »

Hi!

Yes, the HTML Nugget plugin is only for HTML, as the description indicates. ;)

You can use the "serendipity_plugin_externalphp" plugin ("External PHP application") for the sidebar.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Maccsta
Regular
Posts: 77
Joined: Mon Feb 19, 2007 6:07 am
Location: Leeds, England

Re: Need to use the PHP Include function on my sidebar

Post by Maccsta »

garvinhicking wrote:Hi!

Yes, the HTML Nugget plugin is only for HTML, as the description indicates. ;)

You can use the "serendipity_plugin_externalphp" plugin ("External PHP application") for the sidebar.

Regards,
Garvin
Thanks Gavin, works a treat. I asked my host to treat html pages as php so I thought the html nugget might respond to this also!

Thanks again!
Check out this blog today!
Buy Eye Secrets strips.
Best devices reviewed at http://www.penisstretchers.org/.
Order Capsiplex slimming pills today.
Buy Meratol diet pills online.
Post Reply