Posts by Rafael Affonso • 19 points
1 post
-
1
votes3
answers52823
viewsA: How to get current url with PHP
can use <?php echo $_SERVER['SCRIPT_URI']; ?> or the short form <?=$_SERVER['SCRIPT_URI']?>
phpanswered Rafael Affonso 19
1 post
1
votes3
answers52823
viewscan use <?php echo $_SERVER['SCRIPT_URI']; ?> or the short form <?=$_SERVER['SCRIPT_URI']?>