Hello everyone,
I need some help running a PHP script within an HTML document (index.html)
Important Information:
This is what I'm using: FormCraft: Premium PHP Form Builder from CodeCanyon.net
My website is an HTML 5 template purchased from Themeforest.net.
Now, the issue is that when I try to place a form within my page it doesnt show up (blank space) and everything after the php code is blank (in the browser). Here is the PHP that was inserted:
<?php
require_once(’…/formcraft/function.php’);
formcraft(1);
?>
Also, the text at the forefront of my parallax background is missing.
I tried adding this to my .htaccess file (taken from my host’s php wiki) in order to treat all pages as php:
AddHandler fcgid-script .html
FCGIWrapper “/dh/cgi-system/php53.cgi” .html
The permissions of all important folders is set to 755. All folder paths are correct.
I’ve contacted the author of the script but he isn’t being very helpful. So! Any help with this seemingly disastrous issue would be greatly appreciated.
Thanks!