Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~123 People Reached
Favorite Forums
Favorite Tags
php x 7
Member Avatar for anishmsry

hi, i'm using .htaccess so that the variables passed through links are not seen. [COLOR="Green"]http://localhost/user/jack[/COLOR] should be converted to [COLOR="Green"]http://localhost/user/?uid=jack[/COLOR] i used: [COLOR="Green"]RewriteRule ^user/([^.]+)/?$ profile/?uname=$1 [NC,L][/COLOR] whatever characters is input, i want that to be passed and then check. everything's working perfect. but when the following symbols are used, the …

Member Avatar for anishmsry
0
123