Jump to content

Modify the URL


qwicfingers

Recommended Posts

The images are manged by the actionscript, so basically the gallery runs as normal unless you pass an ID var and the php get method then it jumps to that image.  I was hoping to be able to also do the reverse and keep the url updated for usability as you browse. The php is only a few lines at this point.

 

<?php

foreach($_GET as $variable => $value) {

echo "fo.addVariable('firstImageIndex', '$value');";

}

?>

 

So back to the drawing board I guess, unless someone has another suggestion.

Link to comment
https://forums.phpfreaks.com/topic/100837-modify-the-url/#findComment-515668
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.