php - Parse URL parameter from string -


i have string follows

http://solo.dev/module-1/behavioural-safety/?id=7#15 

and want id value above string, $_get['id'], not option being executed elsewhere.

what's best way value above string?


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -