[PHP] Trying to pass a variable through a form...

2001-12-07 Thread Bryant Brabson
Your homework is finished! TonyForm.html: Name: tony1.php Link tony2.php I'm trying to pass a variable from a form text box into a php file (Tony1.php). Then, I'd like to click on a link in the Tony1.php page and get th

[PHP] include or fread a binary file?

2001-11-28 Thread Bryant Brabson
I have a flash file that I need to embed in an iframe on a page. I dynamically get the path to the file from a MySQL database. I've tried to include the file and use fopen/fread to execute the file, but I only get binary code back, which makes sense actually. What's the best way to go about thi