Hi,
How do I print different code depending on the URL?
For instance:
<?
if url="page1.php" then print("hi");
if url="page2.php" then print("hello");
if url="page3.php" then print("howdy");
?>
Thanks in advance :-)
How do I print different code depending on the URL?
For instance:
<?
if url="page1.php" then print("hi");
if url="page2.php" then print("hello");
if url="page3.php" then print("howdy");
?>
Thanks in advance :-)
Comment