Advertisement
thebys

vkladac obsahu

Feb 27th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.                 <div class="obsah">
  2.                     <?php
  3.                     $stranka = $_GET["s"];
  4.                     if (file_exists($stranka . ".php")) {
  5.                         include $stranka . ".php";
  6.                     } else {
  7.                         include "obsah/uvod.php";
  8.                     }
  9.                     ?>
  10.                 </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement