how to fetch data from url in php properly

Solutions on MaxInterview for how to fetch data from url in php properly by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "how to fetch data from url in php properly"
Marvin
13 Aug 2017
1use <?php $_SERVER['REQUEST_URI'] ?> in action"" to get the data properly
Cian
07 Apr 2016
1Add action="<?php $_SERVER['REQUEST_URI']; ?>" if you dont know just copy and paste it
Alan
06 Mar 2016
1use <?php echo $_SERVER['REQUEST_URI']; ?> in action"" to get the data properly