Page 1 of 1

how to execute php code into html page

Posted: Sat Dec 12, 2009 1:38 pm
by pomy
Dear buddies...

Recently I'm using bbperss plugin i.e. bbpages. In the editor of this plugin it accept only html code not php. but i want to execute php code in this editor how it will possible...

i want to inculde in this html editor this code

<?php include ("contact.php"); ?>
but its not accept this code... plz help me in this problem

I'll very thankful to you........love you all

Re: how to execute php code into html page

Posted: Sat Dec 12, 2009 2:27 pm
by AbraCadaver
Most likely you'll have to look through the bbpages code as it is most likely rejecting or sanitizing the PHP code, since what you are trying to do is very dangerous.