CGI/PHP form to a post
-
Is there a way (or a plugin) to take data from a webbased form and have it parsed into a WordPress Post?
Here is what I want to do. I would like to have the form at https://www.kidseatfree.com/submit , when filled out, make an automatic posting into the WordPress blog.
Currently it posts (a CGI post, not a WP post) to a PERL script which gets parsed into a propriatory data base as shown here:
‘
<form METHOD=”POST” ACTION=”cgi-bin/kidsubmit.cgi”>
‘But I could easily change the HTML to have it post to a PHP script or a plugin.
Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CGI/PHP form to a post’ is closed to new replies.