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.