fetch data from website php code example
Example 1: how to fetch data from url in php properly
use <?php $_SERVER['REQUEST_URI'] ?> in action"" to get the data properly
Example 2: how to fetch data from url in php properly
use <?php echo $_SERVER['REQUEST_URI']; ?> in action"" to get the data properly