URI data lost

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mucahitkurt
Forum Newbie
Posts: 2
Joined: Fri Jul 09, 2004 11:56 am

URI data lost

Post by mucahitkurt »

I have link like this;
<a href='../../router.php?action=uyeProfil&id=34'>mucahit</a>
but when i click this link it is become;
http://localhost/becayis_s2/becayis/rou ... Profil&id=
id become NULL, i dont understand what its reason, is there any idea.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

is your script echoing out that link? either way, showing us your code may help..
Post Reply