If I have a url that looks like this, what\'s the best way to read the value
http://www.domain.com/compute?value=2838
I tried parse_u
parse_u
You should use GET method e.g
echo "value = ".$_GET['value'];