SHORT URL - Create Youtube-Like IDs With PHP
--
Alpha ID Make --
Need
How short long URL's to smaller one using PHP
Send URL From PHP page -steps 1
- Create a table for store (id,content) in your webserver
- Use alpha_id function convert id to alphaID value
- Send this to email eg: ( example_domain/alpha_id )
- Save this id to table
- AlphaID Generate function
In example_domain server - step2
- Create a index file
- Create .htacces file
- In index file , write code for get id and use alphaID function reconvert to original value
- Check this original value is exist on table on webserver
- If exist redirect the desired destination else redirect to 404 page
- .htaccess
- index.php