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 only,

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 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 trtd; echo $row[woord_nl]. /tdtd . $row[woord_ost]. /tdtd . $row[betekenis_nl]. /tdtd . $row[geluid]; echo /td/tr; }

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

2002-08-11 Thread RPS Internet
-Original 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

[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 Database.

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

2002-08-10 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 so i