python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Get Sub-domain with PHP
How to get sub domain from URL. let say subdomain.example.com, then i want only subdomain
Example :
https://subdomain.example.com
https://anything.example.com/pathurl
Output :
Subdomain
anything
Try...

Stellan Coder
Votes: 0
Answers: 4
Get only domain name
i want only domain name without sub domain and path URL.
Example :
URL loading in browser : https://www.example.com/something. I want only example.com
I tried echo $_SERVER['HTTP_HOST']; and echo $_SE...

Stellan Coder
Votes: 0
Answers: 1