hmm ale nie moge przekazac wartoci VALUE tym bo jak wpisze wartosc VALUE to sie pojawia na obrazku a jak zrobic by przekazac owym linkiem
Cytat
<input type="submit" name="show" size="15"
style="background-image: url('../smg/graf/srodek.png'); width: XXpx; height: YYpx; border:0px solid;" value="News"/><br />
to mam w indexie dzieki temu zmienia mi strony
<?php
switch($_POST['show']){
case 'news':{
include'./smg/news.php3';
} break;
case 'test':{
include'./smg/test.php';
} break;
case 'begin':{
include'./smg/start.php';
} break;
case 'forum':{
include'./smg/index_stary.php';
} break;
default: include"./smg/start.php"; break;
}
?>
a nie da sie jakos tak zrobic

?
Cytat
<a href="index.php" name="show" value="News"><img src="./smg/button.jpg"></a>