Here are some plug-ins that enables execution of PHP code within a WordPress post (I am using WordPress 2).
- http://wordpress.org/extend/plugins/exec-php/
Read this if it doesn't work: http://permadi.com/wordpress2/wp-content/plugins/exec-php/docs/readme.html#execute_php - http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/
- http://www.hongkiat.com/blog/execute-php-in-wordpress-post-page-and-widget-sidebar/
Using Exec PHP:
<?php echo "Hello Exec PHP";?>
Using PHPExec:
<phpexec> <?php echo "Hello PHPExec";?> </phpexec>
| Like this article: |
Like permadi.com blog: |
+1 this article: |
|
|

