xhan104
09-09-2007, 01:10 PM
I've just done a fresh brand new install of PP 1.6.0 but I'm having a few issues with PHP includes.
I want to include a contact form (I'm using Dagon Designs form mailer:
http://www.dagondesign.com/articles/secure-php-form-mailer-script/ )
The instructions call for using a PHP include and thats what I've done but it doesn't seem to want to work, the URL is correct. I've also tried paths.
<?php include('http://www.apricot13.org/templates/simple/dd-formmailer/dd-formmailer.php'); ?>
You can see the page here:
http://www.apricot13.org/index.php?x=contact
How can I get the form to work?
I want to include a contact form (I'm using Dagon Designs form mailer:
http://www.dagondesign.com/articles/secure-php-form-mailer-script/ )
The instructions call for using a PHP include and thats what I've done but it doesn't seem to want to work, the URL is correct. I've also tried paths.
<?php include('http://www.apricot13.org/templates/simple/dd-formmailer/dd-formmailer.php'); ?>
You can see the page here:
http://www.apricot13.org/index.php?x=contact
How can I get the form to work?