=== PHPInclusion ===
Contributors: Roya Khosravi
Donate link: http://www.royakhosravi.com/?p=63
Tags: Post, admin, posts, plugin, page, php, PHP
Requires at least: 2.0.2
Tested up to: 2.7.1
Stable tag: 1.1

PHP File Inclusion in posts & pages using require, include or similar statements.

== Description ==

PHPInclusion Wordpress plugin allows you (admin only) to insert the content of a php file into your post/page with include(), require() , require_once() and include_once() functions. 

Usage : 

Copy & Past this code into your post or page :

[include:Path to your php file]

[include_once:Path to your php file]

[require:Path to your php file]

[require_once:Path to your php file]


Examples:

[include:MyPhpFile.php]

[include:MyDir/MyPhpFile.php]

More About PHPInclusion Plugin : 

http://www.royakhosravi.com/?p=63

== Installation ==

1. Download plugin and unzip.
2. Upload the plugin file to your WordPress plugins directory inside of wp-content : /wp-content/plugins/
3. Activate the plugin through the 'Plugins' menu in WordPress.

== Frequently Asked Questions ==

Please visit the [PHPInclusion plugin page](http://www.royakhosravi.com/?p=63) for screenshots & user examples.

== Screenshots ==

Please visit the [PHPInclusion plugin page](http://www.royakhosravi.com/?p=63) for screenshots & user examples.