On Fri, 9 Jul 2004 11:04:05 +0100, Harlequin
<[EMAIL PROTECTED]> wrote:
> Hi again.
> 
> I'm currently trawling through PHP and MySQL forums and web pages trying to
> find some starting point for the above.
> 
> In essence what I want to do is once a user is logged in (which I have
> cracked) display their information for them to edit. Such things as user's
> password, some text fields etc.
> 
> Any suggestions on code or where I can find such code...?
> 

DB_DataObject_FormBuilder (see my signiature) can create forms for you
from any DB table. You can then use its many options to customize the
form (like using a password field instead of a text field, etc.).
Don't hesitate to ask for help if you need it.

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

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

Reply via email to