Can anyone tell me how to remove characters after ? in php. I have a string test?q=new and I need to remove the characters from the ? to the end of the string.
Can anyone tell me how to remove characters after ? in php. I have
Share
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.
Shortest one:
If you want to keep the question mark, the solution is almost the same: