eg calendar.php?m=1177968595
To make it embeddable in other scripts I've tried
Code: Select all
$url=$_SERVER['HTTP_REFERER'];
echo "<a href=\"$url?style=blog&m=$previous\">Previous</a>";Code: Select all
index.php?style=blog&m=1177968595Code: Select all
http://localhost/secure/calendar/index.php?m=1173392529&style=blog&pageid=16?style=blog&m=1168294929So how do I reliably pick on the referring page and its variables and then put them with the extra variables into a link? Is there a function I have missed or do I need do some serious coding?