I want to use this variable below with dot in php but server remove its dot, Is there any solution?
$file=adetails.php;
I can’t change dot to another character.
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.
You seem to be assigning a value to a variable and as I get it from your question
adetails.phpis a string value you would like to assign to$file. If that is the case, you need to enclose that string into quotes: