Jump to content

pklover

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

pklover's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i have search this php code by net and this not work in my site can any help and correct this <?php if($_SERVER['DOCUMENT_ROOT']=="/home/user/public_html"){ $flv=array( '1' => 'video1.flv', '2' => 'video2.flv', '3' => 'video3.flv', '4' => 'video4.flv', '5' => 'video5.flv' ); readfile ($flv[$_GET['tv']]); }else{ header("Location: mysite.com/sorry.flv"); } ?>
  2. can any help me ? i want to use php for page redirection like iframe <iframe src="www.mydoamin.com/page.php" width="500" height="450"> </iframe> if this iframe use in my site redirect to www.mydoamin.com/mysitepage.html if this iframe any other use than redirect to www.mydoamin.com/sorry.html
  3. can any help me ? i want to use php for page redirection like iframe <iframe src="www.mydoamin.com/page.php" width="500" height="450"> </iframe> if this iframe use in my site redirect to www.mydoamin.com/mysitepage.html if this iframe any other use than redirect to www.mydoamin.com/sorry.html
×
×
  • 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.