Forum Moderators: Robert Charlton & goodroi
<a href="./switcher.php?set=red">
click here to change to RED style!</a> switcher.php will look something like this:
<?php
setcookie ('sitestyle', $set, time()+31536000, ยป
'/', 'yourdomain.com', '0');
header("Location: $HTTP_REFERER");
?> I was wondering if this will have any effect on the PR rating as it is essentially a link back to the same page.
Thanks for any help.