elRTE and PHP code

Added by Samuele Scatolini about 1 year ago

Hi, I did a search but could not find the solution.
I wish I had the ability to insert PHP code on the page with elRTE through the source code. Is it possible?
Tnx


Replies (1)

RE: elRTE and PHP code - Added by Joel Urbina about 1 year ago

After a bit of work I came up with the solution to add PHP....

<!--
<? php
echo "-->";
    include_once("lib/jquery/il-livesearch.php");
echo "<!--";
?>
--> 

A bit of an ugly work around, but it works... (please note: no spaces between < AND ? AND php OR ? AND > but the reply form wouldn't show the code without the spaces)

(1-1/1)