http://www.example.com?id=05
or
http://www.example.com?id=05&name=johnny
This is a string. And I want to get the value of $id from it.
What is the correct pattern for it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
@PhpMyCoder’s solution is perfect. But if you absolutely need to use preg_match (though completely unnecessary in this case)