Hi,
I have developed a boonex plugin, wherein i hav written a php code which gets printed as it is on the page instead of executing. How can i fix this issue..plz help...
Hi,
I have developed a boonex plugin, wherein i hav written a php code which gets printed as it is on the page instead of executing. How can i fix this issue..plz help... |
make sure you have the proper php open and close tags to begin with. Not knowing how your code is written makes it hard to give a good answer. caredesign.net |
Is PHP running or have you inadvertently made it a HTML file. Both or missing tags will produce that result. |