Create a URL Shortener Website like bit.ly

We can create 3 types of Services


 1. Create Without using Database .....

Examle :- https://bit.ly/?url=https://example.com/


 2.Using Database

Examle :- https://bit.ly/?id=uniqueid


 3. Using Database and .htaccess Both

Examle :- https://bit.ly/uniqueid


1. Create Without using Database


Only This File Source Code :- https://github.com/SH20RAJ/urlshortener/blob/main/index1-without-using-database.php Full Website Source Code :- https://github.com/SH20RAJ/urlshortener


2. Using Database


Comments