I’ve got this:
if ($image1 !=='') { //Div here }
But I’m getting parse errors when I put my div in between the curly brackets. There must be a certain way this needs to be that I’m not doing properly…?
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 can do this:
Or you can tell the server to stop parsing PHP when you get to your HTML code and then tell it to start parsing again when you are done: