[PHP-DB] Re: Dynamic Drop Down Box

2002-03-05 Thread Ralph Friedman
In article , Randy Rankin wrote: > Based on the user selection, the 2nd > drop down box would be populated with the distinct 'make' for that model > (ie; if the user selects Ford in the first drop down, the 2nd drop down > would be populated with Expl

[PHP-DB] Re: WHERE clause

2002-03-04 Thread Ralph Friedman
In article <[EMAIL PROTECTED]>, Jennifer Downey wrote: > $b=mysql_query( SELECT * FROM my_table) <-can I use something like this > or do I have to put WHERE in the statement? > you only need a "WHERE" clause when you want to limit the result set from the query. If you want or need to retriev

Re: [PHP-DB] Retrieving a date.

2002-03-04 Thread Ralph Friedman
In article <[EMAIL PROTECTED]>, Ken Thompson wrote: > Great, that explains better than "most" of the tutorials I've read. > It is unfortunate that most if not all reference documentation expect the > reader to have a college degree just on their subject in order to understand > "wot in 'ell" th