Hi, sorry for my english, i'm from Spain.
First I create a new with an image with tinyZenpage button from a gallery. Then I need to use these image in another section, for example to show a list of news with image and title.
I see in Mysql that image is inside "content": "<p><a title="xxxx1" href="/zenphoto/news/xxxx.jpg.php"><img class="zenp" .....</a>". So, I can using some PHP function (substr, ...) to cut the "content" and take the piece with "<img ... />" tag.
But there's any esay way to get the image from a new?
Thanks