Groups
Groups
Sign in
Groups
Groups
comp.lang.php
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
Dynamic water marking (redirect?)
2 views
Skip to first unread message
Scott Johnson
unread,
May 19, 2012, 10:45:55 PM
5/19/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Not sure if this pertains to this group but I hope so.
I am dynamically loading several image 20+ on a site and watermarking
them on the fly.
Example:
<img
src='fss_scripts/watermark_image.php?src=/iq/lifestyle_images/men/{$men_lifestyle_image[0]}&watermark_src={$watermark_src}&location=life_style'
width='228' style='margin-left:3px;' />
In FF and IE there is no issue.
However in Safari I am getting a 'too many redirects...' error.
Does this code represent a 'redirect' since it is loading a separate
file in the image src or should I look for a problem elsewhere.
Thanks
Scott Johnson
unread,
May 20, 2012, 12:15:27 AM
5/20/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Well it turned out that it was an actual redirect that I had placed in
one of my opencart pages that bugged out.
0 new messages