i have this code in php and it’s supposed to print me the image but it isn’t.
Is there any problem with this code?
Thanks!
echo "<td> <img src=foto/photo1/".$row['photo'] . "
></td>";
echo "<td> <img src=foto/photo2/".$row['photo2'] . "></td>";
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 have missed the ‘ marks in the echo. Try this: