View Single Post
  #2  
Old 09-21-2006, 07:48 AM
 
pengrus pengrus is offline
 

eXpert
  
Join Date: Feb 2004
Posts: 359
 

Default Re: .php page in Static Pages?

More specifically, I want to have this code in the contact page in static page:

Code:
<?php session_start(); ?> <?php include("/home/orbring/public_html/contact/embed.php"); ?>

I created a contact.html page and tried this code
Code:
{php} <?php session_start(); ?> <?php include("/home/orbring/public_html/contact/embed.php"); ?> {/php}

It does not work.

Thanks a lot for your help.
__________________
x-cart 4.1.8 Gold
Linux
Reply With Quote