Hello everyone Im new to this forum as well as new to MySQL.
Ive read countless forums about using blobs and referencing.
Im the type of person who learns by seeing. I kinda understand the referencing but I would like to see an example if I am doing it correctly.
My connection.php is located here : http://elixclothing.com/connection.php
The site I am trying to mimic is : http://opus1.o1engine.com/
The look of the site is completely easy to create on my own. Im trying to knock out the database information first. Im stuck on getting an audio file to play. I have my audio file located in /audio/sample1.mp3
As for what I have been reading would I have to create another table with :
ID Location
(auto in) /audio/sample1.mp3
If so how would that link to the speaker image in my table? As well as play the correct track within my previous table?
Any help would be great.
- Sam