Zen Cart Logo
Forums / General Questions / include a php in an ezpage

include a php in an ezpage

Locked

Views: 609

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
30 Jul 2010, 12:21 PM
#1
dbnavan avatar

dbnavan

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?
30 Jul 2010, 1:17 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: include a php in an ezpage

Since EZ page code is stored in the database, you can't use PHP in those pages out-of-the-box.

There is a thread here:

http://www.zen-cart.com/forum/showthread.php?t=37252