Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Image Issues

Quote Reply
Image Issues
Using Hashed, Detailed mode with PHP.

1) Not getting the full path of the image in the Detailed page.

Here is code used
<%if Image%><img src=<%Image%>><%endif%>

Here is page
<p>
<img src=britain_lemur.jpg>
test

The following corrupts the image during output (attached)
<%if Image%><img src="<%db_cgi_url%>/jump.cgi?ID=<%ID%>&view=Image"><%endif%>

2) Getting following error using RegExp '^|.*\.(?i:gif|jpg|png)$'

Image can not contain the value 'britain_lemur.jpg'


Many Thanks
John

Last edited by:

gatman: Dec 1, 2002, 4:41 AM
Quote Reply
Re: [gatman] Image Issues In reply to
  
oops - didn't see the single quotes

Last edited by:

gatman: Dec 3, 2002, 2:23 PM
Quote Reply
Re: [gatman] Image Issues In reply to
Corruption only occurs on my windows machine