Insanlar bir form doldurduktan sonra bir "teşekkür ederim" sayfasına gidin, onlar diyor bir sayfaya gitmek böylece ben şimdi kurdunuz:
thanks for coming <a href="<?php echo $_SERVER['HTTP_REFERER'] ?>here's a link back to where you came from</a>
Bunu söylemek için ne istiyorum:
thanks for coming <a href="<?php echo $_SERVER['HTTP_REFERER'] ?>here's a link back to <?php echo TITLE OF REFERRING PAGE ?></a>
Bunu yapmak için basit bir yolu var mı?