PHP $_REQUEST
Posted: Fri Mar 04, 2011 10:40 am
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.
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.