The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
PHP show link on home page
By Guest on 21st October 2022 06:06:36 AM | Syntax: PHP | Views: 197



New Paste New paste | Download Paste Download | Toggle Line Numbers Show/Hide line no. | Copy Paste Copy text to clipboard
  1.  
  2. if ($_SERVER['SCRIPT_URL'] == '/'){
  3.     echo "<br/><br/><center><a href='https://external_link/' target='_blank'>Link Text</a></center><br/><br/>";
  4. }





php show link home page