I am a newbie so don't laugh.
I am looking for a link to show me how to navigate through a small array that holds links to as many as 8 pictures. This is for a real estate site.
You have probably seen it before. A next button and a previous button with a space in the center to hold the image.
I tried to do it with javascript, but it appears that you can not embed php with javascript.
Wiht this code:
p1.src = "./real_estate_jpg/<?php echo "$photo"; ?>"
the browser could read everything except what was in php. I played with it a bit and found that php would not work when between <script> tags.
If you know of any tutorials that could help me I would appreciate it. I have not been able to find anything on my own.
Thank you.
I am looking for a link to show me how to navigate through a small array that holds links to as many as 8 pictures. This is for a real estate site.
You have probably seen it before. A next button and a previous button with a space in the center to hold the image.
I tried to do it with javascript, but it appears that you can not embed php with javascript.
Wiht this code:
p1.src = "./real_estate_jpg/<?php echo "$photo"; ?>"
the browser could read everything except what was in php. I played with it a bit and found that php would not work when between <script> tags.
If you know of any tutorials that could help me I would appreciate it. I have not been able to find anything on my own.
Thank you.