I'm trying to learn PHP from examples and tutorials but I'm stuck on an piece that I'm trying to add to.
Here's the chunk I want to add to that returns an image name.
Code: Select all
function image_url() {
global $the_image;
echo getImageURL($the_image['filename']);
}In other words, I'd like to add the string "WaterMark.php?photo=" to the function in front of 'filename'
I've tried everything to my abilities and looked around, but I keep getting "unexpected error" or T_STRING errors.
Can anyone help me with this?
Thank-you for your time,
Rob[/b]