On Jan 19, 2009, at 2:32 PM, Richard Heyes wrote:
Notice: Undefined index: 2 in /home/raosetc/public_html/purl/p.php
on line
19
and here is Line 19:
$data = explode("/", $_SERVER['REQUEST_URI']);
Hi,
Are you sure it's an array? Use print_r() or var_dump() on
$_SERVER['REQUEST_URI'] on the preceding line. Just for testing, you
could do this too:
$_SERVER['REQUEST_URI'] = 'It/Works';
...on the preceding line.
actually at that point it's not an array... it's just loading
purl.mysupersite.com/test so REQUEST_URI just contains "test" I just
want to squash that error until they go to a page in the site :)
I'm thinking I just need to think this one through a little bit and
I'm sure the solution ill come to me.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php