473,387 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

create a database record that categorizes audio files in html

I'm sure someone has written this idea in php, and I wouldn't mind looking at it as a helper but I really would like to know how to code this idea in HTML.

In my school we have lecture hours for different subjects.
Each subject would have their respective class name,
lecture speaker,
Title of the lecture,
audio file of the 50 minute lecture in mp3,
date the lecture was given,
and the reference chapter or page numbers for that day's lecture class.

I would like to build this form for my buddies and me while we go through our 4 years for record keeping of all our classes.

Could someone please show me what the very basic core example of one class would look like in html so that I could continue it?

In the future, I'd add an admin panel form, to just fill in the blanks as the classes progress, but for now I am very very interested in getting this started.

Could someone please help, I would emphatically and greatly appreciate it!

[removed email as per site rules]
Sep 11 '08 #1
3 1842
Dormilich
8,658 Expert Mod 8TB
you can't create a database entry only with html. html is a markup language and as such not intended and suited for programming (which you need for database operations)

nevertheless you can make programming the 'helper' easier with a good html form that provides the input.

regards

note: a class in html is an attribute and is used for styling
Sep 11 '08 #2
you can't create a database entry only with html. html is a markup language and as such not intended and suited for programming (which you need for database operations)

nevertheless you can make programming the 'helper' easier with a good html form that provides the input.

regards

note: a class in html is an attribute and is used for styling
Thanks for the quick reply.
First note: the class that I was referring to was the class in my school, the class name or course name.

Secondly, can you point me in the direction I should go to get started in this project in PHP? If it can't be done fully and wholly in html, then I will do it in php. Is there a book or website, or better yet, an already prepared script in which I could change a few things and add more to?
I'd like just the very basic crude beginnings of it so I could then fill it with whatever else is needed.

Thanks
Sep 12 '08 #3
Dormilich
8,658 Expert Mod 8TB
Secondly, can you point me in the direction I should go to get started in this project in PHP? If it can't be done fully and wholly in html, then I will do it in php. Is there a book or website, or better yet, an already prepared script in which I could change a few things and add more to?
I'd like just the very basic crude beginnings of it so I could then fill it with whatever else is needed.
hm, a good start on php-mysql interactions is MySQL @ php.net especially the countless comments are worth reading. Then there are articles about MySQL in our "Howtos" section and an article about Data Abstraction Layer (using a separate class for database interactions)
something about object oriented programming is here though that's not the first thing I would start with. another source is www.w3schools.com and for reference (JS / HTML) developer.mozilla.org

and last but not least, ask any questions you have in the Bytes forums

regards
Sep 13 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Nick | last post by:
Loop to create an array from a dynamic form. I'm having trouble with an application, and I'll try to explain it as clearly as possible: 1. I have a form with two fields, say Apples and...
8
by: fuliopen | last post by:
I like to create some audio files for my web site. These are all language files to help the visitor learn a foreign language. There is no music. As far as I know, I can create three types of...
0
by: Yasso | last post by:
Greetings, I have to admit that I'm still a beginner in the database field, but I'm actively studying, and this is why I will be utterly grateful for the proper, accurate, and wise guidance to...
2
by: Brian Hampson | last post by:
I'd like to be able to create either AVI, MPG, or MOV from a series of JPGS (BMPS, etc). I have no clue about where to start, or what to do. I've tried Googling, but to no avail :( Please...
2
by: ViperCB | last post by:
Hello from a newbie, I am trying to do some research on an upcoming project that involves reading in audio files of various formats and using the audio signal as a source of noise to generate...
11
by: mesut demir | last post by:
Hi All, When I create fields (in files) I need assign a data type like char, varchar, money etc. I have some questions about the data types when you create fields in a file. What is the...
2
by: hzgt9b | last post by:
Using VS2003, VB.NET, BACKGROUND I have a window forms based application that will be distributed and executed directly from CD media. The app contains a TreeView control and a WebBroswer...
1
by: wandflower | last post by:
hello ... i hv start working with audio files .. can u plz tell me how can i create a database in access of audio tracks .... plzzz share ur ideas ...
15
by: lxyone | last post by:
Using a flat file containing table names, fields, values whats the best way of creating html pages? I want control over the html pages ie 1. layout 2. what data to show 3. what controls to...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.