PDA

View Full Version : ie unterminated string constant error


CraigR
03-11-2009, 10:47 AM
i am passing a string in an email which is a link to a url with a couple of url variables attached.

everything is fine in firefox, but in ie i get the above error message.

if i try a single variable, it seems ok, but the second variable seems to be the problem

i have tried using '&' and '&' in my string but i get an error either way.

eg.
http://www.blunique.co.uk/requests/itemdetail.php?email=craigrushforth@hotmail.com&ItemID=14
will give an error in ie

http://www.blunique.co.uk/requests/itemdetail.php?email=craigrushforth@hotmail.com
is ok

help appreciated.

Ray Borduin
03-11-2009, 03:29 PM
If you view the source code you can find the source of the error:

Undefined index: ../ItemImageURL in E:\domains\b\blunique.co.uk\user\htdocs\requests\i temdetail.php on line 340

CraigR
03-12-2009, 12:15 AM
Hi Ray, thanks for your help.

i don't tend to use ie and i tried viewing the source with ie yesterday but I couldn't get it to appear.

I tried again today and there it is, clear as day.