30 Jul 2010, 12:21 PM
New Zenner
- Join Date:
- Sep 2009
- Posts:
- 18
- Plugin Contributions:
- 0
include a php in an ezpage
I am trying to include a php for in an EZpage and have tried the following ```php
include ("http://www.mysite.com/form/form.php");
however all this seems to do is display the command rather than invoke it
Any ideas?