WMV or FLV how to populate with a filename from my db? MySQL

Hi all! I hope you can help me out with this one…

I want to display a video (I have it in FLV and WMV format) based on information passed through the URL. So I have:

$cat=$_POST[‘cat’];
$subcat=$_POST[‘subcat’];
$subcat3=$_POST[‘subcat3’];

and I’m having no problem grabbing stuff from the mysql database based on those variables. I also want to grab a movie location and name and have it start playing immediately.

I’ve tried a number of things, like:

echo “<embed src=”{$row[‘products2Movie’]}">

And I’m not getting anything. Ideas?

Thanks!

Sponsor our Newsletter | Privacy Policy | Terms of Service