<?php $string = $_GET['text']; $im = imagecreatefrompng("next_station.png"); $color = imagecolorallocate($im, 000, 000, 000); imagestring($im, 43, $px, 4, $string, $color); imagepng($im); imagedestroy($im); ?>
Chciałbym, aby zmienna $text była wykorzystana także w linku, np.
<?php <A HREF=$text.php>$text</A> ?>
Ale takie polecenie nic nie daje, wyświetla się tylko obraz.
Macie jakieś rady?