php-general | 2003022
Date: 02/24/03
- Next message: 1LT John W. Holmes: "[PHP] Re: [PHP-DB] Checkboxes to gather rows to delete"
- Previous message: Ernest E Vogelsinger: "Re: [PHP] Re: Maximum execution time explanation needed"
- Next in thread: 1LT John W. Holmes: "Re: [PHP] Multiple Data Requests"
- Reply: 1LT John W. Holmes: "Re: [PHP] Multiple Data Requests"
- Reply: Daniel Joyce: "[PHP] Re: Multiple Data Requests"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi guys,
Wonder if you can help me with this.
I have a "recording_global" table which has "recording_global_id" in and
"dj_global_id".
I want to be able to sort the "recording_global" table alphabetically by
dj name which I need to find from the "dj_global_id" table referencing
it from the ID in the "recording_global" table and enter it into a
script.
I have been banging my brain all afternoon but am no nearer to the
solution. Below is the code I got upto before I realised I was stuck.
$sql = "SELECT * FROM recording_global ORDER BY recording_global_name
WHERE recording_global_name LIKE a%";
Any help hugely appreciated! Ian.
- Next message: 1LT John W. Holmes: "[PHP] Re: [PHP-DB] Checkboxes to gather rows to delete"
- Previous message: Ernest E Vogelsinger: "Re: [PHP] Re: Maximum execution time explanation needed"
- Next in thread: 1LT John W. Holmes: "Re: [PHP] Multiple Data Requests"
- Reply: 1LT John W. Holmes: "Re: [PHP] Multiple Data Requests"
- Reply: Daniel Joyce: "[PHP] Re: Multiple Data Requests"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

