Jump to content
php.lv forumi

Šāds kods


forgetabout

Recommended Posts

1.php:

<?
$x = $_GET['x'];
if(isset($x)) {
print "BLA";
}
?>

 

2.php:

<?
$file = file("1.php?x=x");
$file = @implode("", $file);
print "$file";
?>

 

Ideja bija tāda, ja ieiet 2.php, lai parādās BLA no 1.php

 

Bet šādi nesanāk, bet kā tad to varētu, tas ir vajag aizsūtīt datus pa GET uz lapu uz sava hosta un tad parādīt saņemto tekstu ) ?

Link to comment
Share on other sites

×
×
  • Create New...