nitation Posted October 22, 2008 Share Posted October 22, 2008 Folks, I came across this on Yahoo!. http://us.ard.yahoo.com/SIG=15397ru10/M=399218.13056651.13257060.10360830/D=yahoo_top/S=2716149:MNTL/_ylt=AvXdeOTc6_6EFC.m.lz.fFr1cSkA;_ylg=X3oDMTA1dTJtMGdqBGNjA3ph/Y=YAHOO/EXP=1224679075/L=PVpf81f4ccakaVOzSOsWVl6xxAJ8.0j_AoMACJbT/B=otFJT0wNBlk-/J=1224671875623400/A=5525424/R=3/SIG=11pca04ui/*http://movies.yahoo.com/movie/1809838857/video/10010173 I was wondering why there are so many hexa-code in the URL link instead of a normal http://domain.com/which_ever_page.php? Can i achieve something like this using PHP for my future coding? Link to comment https://forums.phpfreaks.com/topic/129542-trying-to-achieve-this-in-php/ Share on other sites More sharing options...
JasonLewis Posted October 22, 2008 Share Posted October 22, 2008 I don't think Yahoo is coded in PHP, but thats just me thinking. You can write your own URL parser if you wish, but its easier just to use $_GET. Link to comment https://forums.phpfreaks.com/topic/129542-trying-to-achieve-this-in-php/#findComment-671637 Share on other sites More sharing options...
nitation Posted October 22, 2008 Author Share Posted October 22, 2008 What language are they coded in then? also, how can do URL parser works? does it contribute to any security enhancement on my website or just some noob trying to secure his page? Link to comment https://forums.phpfreaks.com/topic/129542-trying-to-achieve-this-in-php/#findComment-671653 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.