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
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
2 matches
Mail list logo