Php help
#1

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.
Reply
#2

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

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

you can easily do this using domain forwarding.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)