I wanna make a text box were i can type the url i wanna go too without typing http://www.
had this code working, but suddenly stopped working, could be my host changing something on server, not sure.
<?php
$http = "http://www.";
$url = $wwwquery;
header ("Location: $http$url");
?>
this is the code i used and worked fine, any suggestion how i can fix this ?