Sometimes,youmightwanttogetthecurrentpageURLthatisshowninthebrowserURLwindow.ForexampleifyouwanttoletyourvisitorssubmitablogposttoDiggyouneedtogetthatsameexactURL.Thereareplentyofotherreasonsaswell.Hereishowyoucandothat.Addthefollowingcodetoapage:<?phpfunctioncurPageURL(){$pageURL='http';if($_SERVER["HTTPS"]=="on"){$pageURL.="s";}$pageURL.="://";if($_SER...