Hey!!
Can anyone please tell me what's wrong with this line. I'm totally lost
:s
Error:
Parse error: parse error, unexpected '.' in
C:\Server\www\4 images\includes \functions.php on line 479
Code:
$thumb = "<a
href=\"".$site_ sess->url(ROOT_PATH. "details.php?". URL_IMAGE_ID."= ".$image_id.((! empty($mode))
? "&mode=".$m ode : ""))."\"
onClick=\"NewWi ndow=window.ope n('{media_src}' ,'NewWindow','t oolbar=no,locat ion=no,director ies=no,status=n o,menubar=no,sc rollbars=yes,re sizable=yes,wid th=\"".
$size[0]; . ",height=" .$size[1];. ",top=0,left=0' );\"
target=\"detail window\">".$thu mb."</a>";
Thank you,
Tina
Can anyone please tell me what's wrong with this line. I'm totally lost
:s
Error:
Parse error: parse error, unexpected '.' in
C:\Server\www\4 images\includes \functions.php on line 479
Code:
$thumb = "<a
href=\"".$site_ sess->url(ROOT_PATH. "details.php?". URL_IMAGE_ID."= ".$image_id.((! empty($mode))
? "&mode=".$m ode : ""))."\"
onClick=\"NewWi ndow=window.ope n('{media_src}' ,'NewWindow','t oolbar=no,locat ion=no,director ies=no,status=n o,menubar=no,sc rollbars=yes,re sizable=yes,wid th=\"".
$size[0]; . ",height=" .$size[1];. ",top=0,left=0' );\"
target=\"detail window\">".$thu mb."</a>";
Thank you,
Tina
Comment