I am trying to create a variable that will enable me to echo out the response from the correct section of my HTML but I am unsure how I would start this of.
if($var == $var2)
{
$var3
}else{
echo 'images not found';
}
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.
Maybe something like this…
And then you can just echo the
$resultvariable