Hi.
I wish to make a cpanel addon. For now, the php code is executed, but I want to call cpanel "api" like this inside php file:
$x="<cpanel Park="countaddons()">";
print($x);
Instead of getting the result, I get inside $x the "<cpanel Park=.. .." text.
Please tell me how can I call cpanel functions from php and why in this case it doesnt return the result.
Thank you very much.
Paul
I wish to make a cpanel addon. For now, the php code is executed, but I want to call cpanel "api" like this inside php file:
$x="<cpanel Park="countaddons()">";
print($x);
Instead of getting the result, I get inside $x the "<cpanel Park=.. .." text.
Please tell me how can I call cpanel functions from php and why in this case it doesnt return the result.
Thank you very much.
Paul