3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ch = curl_init("file:///C:/Documents%20and%20Settings/MCA/Desktop/SMS!/SMS%20FINAL/Sending%20SMS%20Through%20HTTP%20Using%20PHP.htm/"); $fp = fopen("example_homepage.txt", "w"); curl_setopt($ch, CURLOPT_FILE, $fp); curl_setopt($ch, CURLOPT_HEADER, 0); curl_exec($ch); curl_close($ch); fclose($fp); ?>

preferences:
40.5 ms | 402 KiB | 5 Q