fork download
  1. <?php
  2.  
  3. $url = 'http://w...content-available-to-author-only...e.com/cars.php?postcode=CV2+5AS&distance=&make=&min_price=&max_price=&category_type=&body_type=&fuel=&colour=&transmission=&year_of_registration=&mileage=&engine=&doors=&seller=&keywords=&sort=PRICE_LOWEST&referer_url=http%253A%252F%252Flocalhost%252Fselling%252Fcars.php&trader_id=0&case=ADVANCE';
  4. if(filter_var($url, FILTER_VALIDATE_URL)){
  5. echo "OK!";
  6. }else{
  7. echo "Not OK...";
  8. }
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
OK!