Hey there experts...
I installed wordpress 2.x on my domain, which runs very smoothly. I downloaded and installed a plugin "subscribe2" which runs terrifc too....
It's probably wise to tell you that this subscribe2 plugin serves as a mailinglist, and that it automatically sends new blog posts to all subscribed members (newsletter).
But now I have this problem:
Since wordpress admin works as the back-end of my flash site, I need to make sure Flash can communicate to this PHP-file, in order to subscribe for the newsletter.
What I tried:
I wrote the correct actionscript to communicate with the PHP-file, with the form method post action. I'm sure there's no mistake in this...
I asked the help of a very clever friend of mine, who said it had to do with the PHP-file itself, but he didn't figure it out. Anyway - here's a small part of the code... Is this where I would find the answer?
$this->form = "<form method='post' action=''><p>" . __('Your email:', 'subscribe2') . " <input type='text' name='email' value='' size='20' /> <br /><input type='radio' name='s2_action' value='subscribe' checked='checked' /> " . __('subscribe', 'subscribe2') . " <input type='radio' name='s2_action' value='unsubscribe' /> " . __('unsubscribe', 'subscribe2') . " <input type='submit' value='" . __('Send', 'subscribe2') . "' /></p></form>\r\n";
I have also attached a zip-file that contains all the original plugin php files...
So what do you guys think? Do I need an extra.php-file that works as the link between flash and subscribe2.php? Or am I going totally wrong here?
Anyway... I appreciate your help!
Thanks in advance!