
Originally Posted by
thetestingsite
Are you hosting the site yourself (on your own server), or do you go through a webhost? If the latter, then you will need to contact your host and try to convince them to change the settings. Other than that, you are out of luck.
Edit: Instead of assigning absolute paths, why not use relative paths in the script. So basically, instead of having http://your-site you would have this: /path/to/file.
Hope this helps.
Hi there!
I was wondering about this myself--say my mailer php file (dd-formmailer.php) is located in:
dd-formmailer[1] folder-->dd-formmailer folder-->dd-formmailer.php
On my coding I used those exact folders for example on my php page that I want the form to show up on:
Code:
<?php include('http://www.mysite.ca/dd-formmailer[1]/dd-formmailer/dd-formmailer.php'); ?>
Is that wrong?
Bookmarks