-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Warren Earle edited this page May 30, 2016
·
8 revisions
The aim of this website is to have a useful internet radio repository where i can store information about my favourite internet radio stations and create links to audio streams.
Have a useful repository of radio stations and there audio streams. Learn about HTML5 CSS and MYSQL and PHP and Github
- let users to search for a radio station based on name
- let users to search for a radio station based on keywords
- To display a list of relevant radio stations based on name and or keywords and show all keywords
- To allow users to click on the name of the website in the list to access further information
- To allow users to click on a link to the audio stream
- Created some html templates which will display the radio station information formated with css.
- Created search.html to create a search form to enter either name or keywords to find radio station.
- Created search.php to query a mysql database of radio stations and create a dynamic webpage with links to pass a ID as a query string to the station information.
- Created station.php to query a database of radio stations using the ID passed in the query string from the GET method and dynamically create a webpage of information on that website based on the templates developed.
Setup the database