Skip to content

Instantly share code, notes, and snippets.

@technobush
technobush / domain-availability-check.php
Last active August 13, 2023 08:42
PHP-Domain-Availability-Checker-Script
<!-- Author: Technobush (https://www.technobush.com) -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<style type="text/css">
#domain-search-input{
padding: 3px;