Hello,
I have PHP script I'm trying to install on a Wordpress blog.
Is this possible?
This code gen is set up for HTML pages so normally these areas are easy to access.
Steps as follows.
1. Copy and Paste the following code to the TOP (first line) of your OFFER page.
<?php require 'buynowwizard.php'; ?>
2.Copy and Paste the following code to the LINE ABOVE the <html> tag of your OFFER page.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3.Copy and Paste the Following Code to the TOP (first line) of your THANK YOU page.
<?php include('stthanks.php'); ?>
>> along with adding some files to the same folder but this is pretty standard.
You can check it out here if you want.
http://www.wizardmarketingtools.com/mem ... y-date.php
user: jtaylor
pass: pizzapie29
Look forward to any feedback.
Thanks,
- j

