I have following URL string:
http://example.com/sfm?dir=uploads/sfm/c4ca4238a0b923820dcc509a6f75849b/dir
How can I bind everything after the = to a php variable?
so my variable should contain:
$String = 'uploads/sfm/c4ca4238a0b923820dcc509a6f75849b/dir'