Hello,
I am trying to setup and integrate zenphoto with zpArdoise. I wonder how to pass a variable so to have: localhost/gallery/albums/sights/?rtId=value (numeric, eg. 1, 2 etc)
Thank you in advance
John
That should be possible but of course it should be &rtld=value as there are already queries that are just rewritten by modrewrite.
&rtld=value
Thank you for your responce,
adding the variable manually in browser works as i want it to work. I do not know how to add ?rt_id=$rt_id eg. in line
" title="">
of album.php
Thank you
You did not escape the code example properly. Anyway, I suggest to look at the functions documentation.
I will take a look and coma back again.