calling php functions from within a post – possible?
-
Is it possible to call php functions from within a post.
For example, in the middle of the text of my post I’d like to insert some HTML code that is generated by a simple php function.
Simply writing
<?php myfunction(argument1,argument2); ?>doesn’t seem to work.
thanks in advance for any help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘calling php functions from within a post – possible?’ is closed to new replies.