php - Parse URL parameter from string -
this question has answer here:
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
Post a Comment