theG Posted February 16, 2003 Share Posted February 16, 2003 Hi I was wonder if any knows how 2 display sound clips held in a mysql database using a php page ? I have stored the url’s of the clips in mysql database and I belive I need some like to (below) to display them but its not quite working. while ($row= mysql_fetch_row($result)) //retrieve a row and store in array $row { for($i=0; $i<mysql_num_fields($result);$i++) // echo (\"<A HREF= \"$row[$i]\">\"); // any ideas :?: Quote Link to comment https://forums.phpfreaks.com/topic/161-mysql-sound-clips/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.