[PHP] Re: Pictures and sound in MySQL and access via PHP

2002-08-11 Thread danny
thanks it works fine! :-))) Danny <[EMAIL PROTECTED]> schreef in berichtnieuws [EMAIL PROTECTED] > hi, > > I already posted this message but the time on my computer was wrong (26/07 > so i post it again). > > I am new on MySQL and PHP. > I'm making a on-line dictionary. I use PHP and a MySQL Dat

RE: [PHP] Re: Pictures and sound in MySQL and access via PHP

2002-08-11 Thread RPS Internet
inal Message- From: danny [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 11, 2002 3:33 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: Pictures and sound in MySQL and access via PHP thank you for your answer How do you make a link in MySQL? I tried following code were the field "geluid&q

RE: [PHP] Re: Pictures and sound in MySQL and access via PHP

2002-08-11 Thread David Freeman
> How do you make a link in MySQL? > > I tried following code were the field "geluid" contains a > link to a mp3 > while ($row=mysql_fetch_array($result)) > { > echo ""; > echo $row[woord_nl]. "" > . $row[woord_ost]. "" > . $row[betekenis_nl]. "" > . $row[geluid]; > echo ""; > }

Re: [PHP] Re: Pictures and sound in MySQL and access via PHP

2002-08-11 Thread danny
thank you for your answer How do you make a link in MySQL? I tried following code were the field "geluid" contains a link to a mp3 format of field geluid = varchar(250). The problem is that i just get plain text instead of a link to the MP3. Even better would be to have a button to clicjk if you

Re: [PHP] Re: Pictures and sound in MySQL and access via PHP

2002-08-11 Thread Rodolfo Gonzalez
On Sat, 10 Aug 2002, lallous wrote: > > I'm making a on-line dictionary. I use PHP and a MySQL Database. > > Now I want to add audio-streaming (MP3) and pictures (JPG) to the database > > and retrieve it true PHP. Can sombody help me out with a little If the files are not "secret" or "for members

[PHP] Re: Pictures and sound in MySQL and access via PHP

2002-08-10 Thread danny
thank you, If i understand the best way would be to place the MP3's in a seperate directory and giving each MP3's a unique id? In the database every record has already a unique idea. If i name my mp3 something like this: record ID=10, name MP3 = MP3_10.mp3. I already have about 200 little MP3's w

[PHP] Re: Pictures and sound in MySQL and access via PHP

2002-08-09 Thread lallous
Personally I wouldn't store BIG files (like .mp3) into the database. If you insist checkout the mysql LOAD_FILE() Elias "Danny" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi, > > I already posted this message but the time on my computer was wrong (26/07