sharpturds
2007-04-12 08:14:30 UTC
for e.g: http://mysite.com/my.php?code=12
now i cant the php script to redirect my site to somet thats given the name 12
like if games.php is assigned to the code 12
then when i pass 12 to the php script he should load games.php
_______________________________
question 2...?
how can i show the number 12 in a text box.....out of the url
http://mysite.com/my.php?code=12
i mean how can i parse the url and get the value out of the url
like code=12
now i want to parse the full url and just get the value of code=
what ever code is equal to he should display it in a text box....