Hi
I have a PHP file with API code. This PHP file subscribes the from user to 3rd party newsletter service. This PHP work perfectly if I execute in url ie. <!-- w --><a class="postlink" href="http://www.xx.com/subscribe.php">www.xx.com/subscribe.php</a><!-- w -->
BUT
1. When I insert the file using include ('subscribe.php'); the data does not get submitted to 3rd party. Are their special instructions?
2. How would I post the info user form to subscribe.php ie First Name...will this work? $_Post = ['First_Name'];?
Thanks Chrono is the best!
Eugene
I have a PHP file with API code. This PHP file subscribes the from user to 3rd party newsletter service. This PHP work perfectly if I execute in url ie. <!-- w --><a class="postlink" href="http://www.xx.com/subscribe.php">www.xx.com/subscribe.php</a><!-- w -->
BUT
1. When I insert the file using include ('subscribe.php'); the data does not get submitted to 3rd party. Are their special instructions?
2. How would I post the info user form to subscribe.php ie First Name...will this work? $_Post = ['First_Name'];?
Thanks Chrono is the best!
Eugene