Kód: Vybrať všetko
<img border= '0' src='aimvpravo.png'>Kód: Vybrať všetko
<img border= '0' src='aimvpravo.png'>
Kód: Vybrať všetko
Header("Location: http://kam.chces.presmerovat.sk/index.php");
Kód: Vybrať všetko
Header("Location: http://ll.95/si.png");Kód: Vybrať všetko
<a href="odkaz/k/scriptu.php"><img src="odkaz/k/obrazku.jpg" alt="Obrazok" /></a>Kód: Vybrať všetko
<img src="odkaz/k/obrazku.jpg alt="Obrazok" /> //Toto pouzi, len ak chces obrazok po kliknuti zobrazit, pripadne si pridaj aj nejake hlavicky
<?php
$file="sta.txt";
$fo=fopen("$file", "r+");
$count=fread($fo, filesize($file));
$count=$count++;
fwrite($fo, $count);
fclose($fo);
?>
Kód: Vybrať všetko
<a href="odkaz/k/scriptu.php"><img src="odkaz/k/obrazku.jpg" alt="Obrazok" /></a>Kód: Vybrať všetko
<img src="odkaz/k/obrazku.jpg alt="Obrazok" /> //Toto pouzi, len ak chces obrazok po kliknuti zobrazit, pripadne si pridaj aj nejake hlavicky
<?
$file="sta.txt";
$fp=fopen("$file","r+");
$a=fread($fp, filesize($file));
++$a;
rewind($fp);
fwrite($fp, "$a");
fclose($fp);
?>Kód: Vybrať všetko
<a href="code.php"> <img src="obrazok.png"> </a>Kód: Vybrať všetko
<?php
Header("Location: index.html");
$int = file_get_contents("sta.txt");
$file = fopen("sta.txt", "w");
fwrite($file, ++$int);
fclose($file);
?>
Kód: Vybrať všetko
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\index.php:5) in C:\xampp\htdocs\index.php on line 6Kód: Vybrať všetko
<?php
$int = file_get_contents("sta.txt");
$file = fopen("sta.txt", "w");
fwrite($file, ++$int);
fclose($file);
?>
Kód: Vybrať všetko
<script type="text/javascript"> location.replace("index.html") </script>Kód: Vybrať všetko
<a href="index.php"> <img src="si.png"> </a>
<?php
$int = file_get_contents("url.txt");
$file = fopen("url.txt", "w");
fwrite($file, ++$int);
fclose($file);
?>