Re: [PHP] embedded media from DB

2002-06-13 Thread Miguel Cruz
On Thu, 13 Jun 2002, Brad Wright wrote: > well i got the wav files from the mysql database and can get them to play in > a web page using the following code: > > > > IF ($row = mysql_fetch_array($result)) { > > > $data = $row["wavFile"]; > $name = $row["wav FileName"]; > $siz

[PHP] embedded media from DB

2002-06-12 Thread Brad Wright
Hi all.. well i got the wav files from the mysql database and can get them to play in a web page using the following code: IF ($row = mysql_fetch_array($result)) { $data = $row["wavFile"]; $name = $row["wav FileName"]; $size = $row["wav FileSize"]; $type = $row["wav FileT