ianternet Posted June 15, 2007 Share Posted June 15, 2007 hi all I am trying to create a wordpress plugin where it does 2 things, because its 2 parts to a script I am trying to create a redirect.php file where it does: 1. rewrites to a separate form in the background -> email form 2. then rewrites back to the wordpress comments/sql second part 1. rewrites to a seperate form in the background -> email form 2. rewrites to another form -> another email form 3. then rewrites back to the wordpress comments/sql The first part is the most important, the second part is not of an issue. I have a script that does the first part, which it rewrites to a database (so it can provide me some stats) and then rewrites the form. the form method is redirected to the PHP file which brings the user to a blank page while it rewrites to my database and then once its done it rewrites the form attributes and processes the form. the issue that I have is I do not know how to incorporate it within wordpress as a "plugin" and I also do not want to mess any of my other plugins up any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/55715-wordpress-php-rewrite-to-email-campaign/ Share on other sites More sharing options...
ianternet Posted June 20, 2007 Author Share Posted June 20, 2007 bump - anyone would have an idea? no one on elance can provide me a script either. Quote Link to comment https://forums.phpfreaks.com/topic/55715-wordpress-php-rewrite-to-email-campaign/#findComment-278471 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.