SA-MP Forums Archive
Php help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Php help (/showthread.php?tid=291112)



Php help - SampEver1 - 18.10.2011

Hello
I m a newbie in php.

Can anyone tell me what code should i use to redirect a tab to a other link.

Like These are the tabs
Home Demo Demo1

What code should i use to redirect demo1 tab to this page www.test.com.


Re: Php help - Pinguinn - 18.10.2011

That is easier in HTML
Код:
<a href="http://www.test.com">Demo1</a>



Re: Php help - KingHual - 18.10.2011

Код:
<?php 
echo "<a href='http://www.test.com'>Demo1</a>";
?>



Re: Php help - CJ101 - 18.10.2011

you can easily do this using domain forwarding.