In message <[EMAIL PROTECTED]>, Charles River <[EMAIL PROTECTED]> writes >On 10/8/05, Pete <[EMAIL PROTECTED]> wrote: >> In message >> <[EMAIL PROTECTED]>, >> Charles River <[EMAIL PROTECTED]> writes >> >Sorry, with just one table, I tend to use the words table and database >> >interchangeably. >> >> Naughty boy... there is a difference <G> > >And the difference is????
A database is a collection of tables. Tables, which might be called clients, orders, stock, could go into a sales database. You cannot (normally) query a database, if you want to know information about a client, you would look in the clients TABLE. Depending on your hosting, you may be able to have a number of databases, or you may only be allowed one. But each database can contain many tables. And your original code only queried the last update of the first TABLE, you said that you only had one TABLE, which is why I asked, do you only have one TABLE, or one DATABASE - because that is important in your code. It's Saturday night, I need to drink something - I will have a look at your code later... but I already noticed stuff which appears to be missing in this version... -- Pete Clark http://www.hotcosta.com http://www.spanishholidaybookings.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/CefplB/TM --------------------------------------------------------------------~-> The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
