Re: HTML_QuickForm

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2/26/06, Atif Khan <wequar98@xxxxxxxxx> wrote:
> Hello there, I am having an issue with HTML_QuickForm.
> When I try to send the form to another page, it does not
> seem to validate the form.
>
> Any suggestions.
>
>
>
> // Load the main class
>
> require_once 'HTML/QuickForm.php';
>
> // Instantiate the HTML_QuickForm object
>
> $form = new HTML_QuickForm('firstForm', 'get', './somepage.html');
>
> ---- ELEMENTS / RULES ----
>
> // validate form
>
> if ($form->validate()) {
>
> ??   $form->submitValues();
>
>    exit;
>
> }

I don't have an answer for you but you might be better off asking the pear list:

http://pear.php.net/support/lists.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux