Hi...
How can I call a function like below:
$display_table="<table><tr><td>FUNCTION_CALL_HERE();</td></tr></table>";
I have tried brackets and all, but the function wont get called...
How should I make this work? (syntax problems I think)
Thanks