Please let me know if that can be done, and if any of you guys have a code for that...
I have no knowledge of php, so if you guys have one could you please give it to me....
tx in advance
Moderator: General Moderators
Code: Select all
<?php if($_SERVER['SERVER_NAME'] == 'some.example.com') { ?>
<a href="somelink">somelink</a>
<?php } else { ?>
<a href="someotherlink">someotherlink</a>
<?php } ?>