Hi, Is it possible to use the variable $returnpath (from printSlideShow()) outside the function ?? Right now it is called from the stop button in the slideshow controls but I also want to use it in a breadcrumb on the slideshow.php page. Thanks
$returnpath
No, but since all the data is sent via $_POST, you could get it from there. Note that the link is different for searches.
Thanks!