Strange problem to me but very simple answer I expect.
I am passing variables to a popup page, to display a picture once requested by the site visitor.
I am using:
$emaillink = "javascript:Start('getimage.php?regnum=".$myrow['regnum']."&manu=".$myrow['manu']."&model=".$myrow['model']."')";
However, the value for $myrow['model'] can sometimes be 2 words.
When this happens my link only shows the first word and doesn't work.
For example:
javascript:Start('getimage.php?regnum=T937ATH&manu=Audi&model=A4
When it should read:
javascript:Start('getimage.php?regnum=T937ATH&manu=Audi&model=A4 SE')
Could someone please tell me how to stop this happening. I know I am being a dimwit here but can't work it out!
Many thanks