On Sunday 16 November 2003 23:17, PAUL FERRIE wrote: Please spend a little time to think up a descriptive and relevant subject heading. "newbie stuck again" does nothing to inform people of what your problem is.
> Here's what i have done. i have downloaded a very simple database manager > from www.hotscripts.com. It allows me to edit, delete and add new > information to the database. i have a couple of problems. > > 1. form field dont fill with all the data senback from the db to be > edited, as fars as i am aware all fields except 'review' are long enough Can't help you unless you show some code. The most cause of this is because you're not producing correct HTML, in particular you should enclose the values of the attributes in quotes. > i am pretty > sure i can set the drop down menu option but what is/would be the $query > for returning how many and display table names? mysql_list_tables(), but read the manual entry before using. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* The difference between a Miracle and a Fact is exactly the difference between a mermaid and a seal. -- Mark Twain */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php