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
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
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