Re: how do you suppress errors produced by file()
- From: lkrubner@xxxxxxxxxxxxx
- Date: 19 Aug 2005 14:31:37 -0700
>You should not urlencode the domain part. This here:
>http%3A%2F%2Fwww.publicpen.com%2Fupdate.php %3F should not be
>>encoded, that
>should be plaintext http://www.publicpen.com/updat e.php? so you
>urlencode
>just the query part.
Thanks, that's useful.
> And another thing: you use & in html code, but not
> in the query itself, so let's change em back to plain &'s. Plus you should
> encode them either.
No actually, an ampersand by itself is not allowed in any part of the
url. In the url, you have to use &, not "&". You can not get your
pages to validate if you are using "&".
.
- Follow-Ups:
- Re: how do you suppress errors produced by file()
- From: Kimmo Laine
- Re: how do you suppress errors produced by file()
- References:
- how do you suppress errors produced by file()
- From: lkrubner
- Re: how do you suppress errors produced by file()
- From: Kimmo Laine
- how do you suppress errors produced by file()
- Prev by Date: Re: Authentication, https and security.
- Next by Date: is there any way to find what the domain name is for the site that my script might be running on?
- Previous by thread: Re: how do you suppress errors produced by file()
- Next by thread: Re: how do you suppress errors produced by file()
- Index(es):
Relevant Pages
|
|