Jump to content

SeanJohn

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

SeanJohn's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hey thanks for your reply! Indeed the php file is in the root (/openvideo.php?id=video) and the videos are a few folders up /videos/ How do I read the html file along with the dependent files, js, css etc?
  2. I'm trying to use the readfile() function to read a html page which has a video embedded (.swf file). When I call the function, it seems like it just loads the html file but without the dependent files (css,js, etc) When I call it directly it loads just fine. Created a hyperlink 'openvideo.php?id=video' that calls this function below: if($_REQUEST['id'] == 'video') { readfile('/usr/home/site.com/htdocs/content/videofolder/video.html'); } else { echo 'nada'; } Any help is appreciated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.