I am making some code , But it is so strange that code just get prints on screen , I am not able to find any reason of it.
Please help me out of this, rest of the code is working fine.
Thanks
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.
That is a very annoying problem. There is an error for sure. Check your web server logs but I doubt the it will be helpful. I solved that problem by using die(); in the script and printing some variables on screen using var_dump and/or print_r. Try to break the script in peaces to isolate and find the problem.