On Thursday 22 July 2004 01:00, Arnout Boks wrote:

> if(!$pwd == $correctPwd){
>     header('Location: ' . urlencode('loginForm.php?error=Incorrect

You only urlencode() the values of each individual parameter and NOT the whole 
url.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
You are fairminded, just and loving.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to