Try http://www.idocs.com/tags/forms/ <http://www.idocs.com/tags/forms/> 

Also (as the definitive reference for html) http://www.w3.org/MarkUp/
<http://www.w3.org/MarkUp/> 

Once you've got html forms working okay, then the fields you've "name"d in
your form are available as variables in the php page the form submits to
(the action property of the form tag, which can be the same page).

Tim Ward
Internet Chess www.chessish.com <http://www.chessish.com> 

        ----------
        From:  Denis L. Menezes [SMTP:[EMAIL PROTECTED]]
        Sent:  02 April 2002 17:34
        To:  [EMAIL PROTECTED]
        Subject:  simple question

        Hello friends.

        I am able to add and query my database using php. I now wish to
build
        webpages with textboxes and search the database with criteria from
the
        textboxes.

        Can someone tell me the resources for building these pages?

        Thanks
        Denis
        

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

Reply via email to