Private Label and Cobranded VoIP Solutions
BrainCast internet & phone based message/memo recording & reminder organization system
Internet Phone Service and Broadband Phone Service by ViaTalk

Go Back   VoIP Forums, Internet Phone Service Forums, & Web Hosting Forums > CoderForums - Programming Discussion > General Programming Issues > Programming Languages & Technologies > PHP

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-05-2002, 02:03 PM
steffield's Avatar
steffield steffield is offline
Where's my ZX81 gone to?
 
Join Date: Dec 2000
Location: Harlow, Essex, UK and Ashland, OH, USA
Posts: 402
Send a message via AIM to steffield Send a message via Yahoo to steffield
Need Helpp Extracting Info From DB

I have created a database for a web site to store church location and names in. I have created a page to input the information in to the database. But, I am having trouble finding a tutorial to get the info out from it.

I have uploaded a page to: http://clients.thedesignroom.net/aog...h_database.php which, if you view the source, you will see what I want to happen using a few if/else comments.

The information has to come out in alphabetical order detemined on the $town field, and if matching towns are found, then to have a secondary sort on the $church field

Does anyone want to help me out with this?


Regards
Ian
Reply With Quote
  #2  
Old 03-05-2002, 02:41 PM
JoeF JoeF is offline
QL User
 
Join Date: Jan 2002
Posts: 71
SELECT * FROM TABLE ORDER BY TOWN,CHURCH;

That is your query.
If you run it from your mysql_select() statement you can then feed it into an array and etc etc.. it will already be in order.
__________________
--
Joe F
Reply With Quote
  #3  
Old 03-05-2002, 02:56 PM
steffield's Avatar
steffield steffield is offline
Where's my ZX81 gone to?
 
Join Date: Dec 2000
Location: Harlow, Essex, UK and Ashland, OH, USA
Posts: 402
Send a message via AIM to steffield Send a message via Yahoo to steffield
Thanks for that - I don't suppose you know of any tutorials that are any good for explaining to me how to extract it.

I also want to, in the list every time the first letter of a town changes, ie Harlow - Halesford - Ipswich to insert a horizontal line between Halesford and Ipswich, but not Harlow and Halesford.


Ian
Reply With Quote
  #4  
Old 03-05-2002, 07:28 PM
JoeF JoeF is offline
QL User
 
Join Date: Jan 2002
Posts: 71
i will show you how i did it later on when i get home, at work currently
__________________
--
Joe F
Reply With Quote
  #5  
Old 03-05-2002, 07:44 PM
steffield's Avatar
steffield steffield is offline
Where's my ZX81 gone to?
 
Join Date: Dec 2000
Location: Harlow, Essex, UK and Ashland, OH, USA
Posts: 402
Send a message via AIM to steffield Send a message via Yahoo to steffield
Thanks mate. If you want to message me on Yahoo, my id is spoondevil
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump