I'm trying to get numbers automatically in php from url ,
Like this :
http://127.0.0.1/+/number/?p=123
http://127.0.0.1/+/number/?p=2599
...
When i change the (number) from url
http://127.0.0.1/+/number/?p=111
I want to print :
111
I'm trying to get numbers automatically in php from url ,
Like this :
http://127.0.0.1/+/number/?p=123
http://127.0.0.1/+/number/?p=2599
...
When i change the (number) from url
http://127.0.0.1/+/number/?p=111
I want to print :
111