A
Anonymous
Guest
Ok.. here is the code:
I've Tried This (double Quote):
I've also Tried This (single Quote):
If $albumName has a space in it, i get an error.. otherwise i don't.
For example if
$albumName = "Hello world"; <-- This gives me unterminated string.
$albumName = "BLAH"; <-- This is ok.....
[/code]
Any IDEAS?? :?: :?: :?:
I've Tried This (double Quote):
Code:
<a name="<?php echo $albumFolderArray ?>"
onClick=goToSlideShow(name,"<?php echo $albumName ?>"); >
I've also Tried This (single Quote):
Code:
<a name="<?php echo $albumFolderArray ?>"
onClick=goToSlideShow(name,'<?php echo $albumName ?>'); >
If $albumName has a space in it, i get an error.. otherwise i don't.
For example if
$albumName = "Hello world"; <-- This gives me unterminated string.
$albumName = "BLAH"; <-- This is ok.....
[/code]
Any IDEAS?? :?: :?: :?: