Hello friends,
I have one function which takes two parameters. I have passed the parameters like this.
$title = "Search";
$content = "echo <table border='0'><td bgcolor='red'>Test</td></table>";
testFunction($title,eval($content));
The above gives error.
Can anybody tell what could be the problem.
In the $content variable i will have the php coding part.