i want to make a markup tag in html not executing by browser???
so i keep information in it i want to parse it later
for example
<img src='<?=$photo;?>' class='image' border='0' width='220' height='170'/></a>
i want to fetch $photo later so i want to move it to another markup tag which not executing by browser
You could put it inside of a comment.
Or you could give it an id and use css to display:none
Or you could use style