<form action="pay.php" method="POST">
<input type="radio" value="https://vk.com/feed">
<input type="radio" value="https://twitch.tv">
<input type="submit">
</form>
<?php
if (isset($_POST['value'])) {$value = $_POST['value'];}
header('Location: ' . $value);
?>
Свежие комментарии