how to pull flash video from mysql with php

pupahunt

New Member
im trying to pull .swf files from MySQL by using PHP, ive set everything in the database up with an ID and licked it properly. Im not sure if the 'type' has to be anything special, right now its just a 'VARCHAR' and when altering the javascript part of it that that flash automatically generated-- in the i tried to echo it out by putting it in the value like\[code\] < param name="movie" value="http://stackoverflow.com/questions/3927740/<?php echo $row['video_path']; ?>" />\[/code\]but thats not working
 
Back
Top