<p>the domain <script type="text/javascript">
document.write(document.domain);
</script> is registered</p>
Using php instead you can use following code:
<p>the domain<?php echo $_SERVER['HTTP_HOST'] ?><br> is registered</p>
<p>the domain <script type="text/javascript">
document.write(document.domain);
</script> is registered</p>
Using php instead you can use following code:
<p>the domain<?php echo $_SERVER['HTTP_HOST'] ?><br> is registered</p>