Untitled
unknown
php
2 years ago
211 B
8
Indexable
<?php $urls = [ 'http://example.com/page1', 'http://example.com/page2', 'http://example.com/page3', ]; $randomUrl = $urls[array_rand($urls)]; header("Location: $randomUrl"); exit(); ?>
Editor is loading...
Leave a Comment