PHP $_REQUEST

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
User avatar
gd77
Forum Newbie
Posts: 20
Joined: Sat Feb 26, 2011 6:11 pm

PHP $_REQUEST

Post by gd77 »

hello I am having this issue:
echo "<pre>".print_r($_REQUEST,1)."</pre>";
in http://localhost/yyy/yyy/index.php

Array
(
[__kti] => 1298992902737,http://localhost/xxx/xxxx/Opera%20brows ... wnload.htm,
[__ktv] => 86e-6cde-fc2f-a78c12e7202b252
[PHPSESSID] => 45m9p82d6i15c9q40tm0inl6n7
)

yesterday saved an Opera main webpage and deleted it today I get this error in different file different directory :S

Don t know if anyone encountered before, regards.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: PHP $_REQUEST

Post by John Cartwright »

What?
User avatar
gd77
Forum Newbie
Posts: 20
Joined: Sat Feb 26, 2011 6:11 pm

Re: PHP $_REQUEST

Post by gd77 »

take a closer look, different directories the opera file is affecting other files why?
Post Reply