Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [SWDevil.Com] Error with Build All

Quote Reply
Re: [SWDevil.Com] Error with Build All In reply to
Hi,

It depends what you are trying to run. If its a simple HTML output of PHP, you can just run a PHP script with a global:

exec_php
Code:
sub {
return `php $_[0]`
}

..or sometimes: (on some servers)

Code:
sub {
return system("php $_[0]");
}

Then just call with:

Code:
<%exec_php('/path/to/script.php')%>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Error with Build All VishalT 10269 Jul 12, 2013, 9:32 AM
Thread Re: [SWDevil.Com] Error with Build All
Andy 10097 Jul 13, 2013, 2:34 AM
Thread Re: [Andy] Error with Build All
VishalT 10040 Jul 13, 2013, 1:51 PM
Thread Re: [SWDevil.Com] Error with Build All
Andy 9969 Jul 14, 2013, 11:37 PM
Thread Re: [Andy] Error with Build All
VishalT 9837 Jul 17, 2013, 3:14 PM
Post Re: [SWDevil.Com] Error with Build All
Andy 9641 Jul 18, 2013, 12:27 AM
Post Re: [Andy] Error with Build All
VishalT 10027 Jul 13, 2013, 3:01 PM