[wp-hackers] Embedding forms in Wordpress
Robin Adrianse
shorty114 at shorty114.net
Sun Nov 12 16:37:13 GMT 2006
Just reference it as $_POST[$element]?
On 11/12/06, André Schieleit <wphackerslist at anschitech.de> wrote:
>
> Hi,
>
> > 3. modifying the code of the form to accommodate the spurious
> > input that
> > is received as this WordPress-as-a-CMS 'side effect'
> I found a solution to get the data generated by the form. It is
> indeed just a simple foreach() loop:
>
> foreach($_POST as $key=>$element)
> {
> ${$key}=$element;
> }
>
> André_______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
More information about the wp-hackers
mailing list