
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

$phone = $_GET['subpage'];

$phone= "966" . ltrim($phone, "0");


header("Location: https://wa.me/".$phone);
exit(); // Ensure script stops execution after redirection



?>