- Original Message -
From: "Richard Davey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 29, 2003 4:52 AM
Subject: Re: [PHP] need a little help all
> Hello,
>
> Wednesday, December 17, 2003, 11:50:52 AM, you wrote:
>
> wmc>
Hello,
Wednesday, December 17, 2003, 11:50:52 AM, you wrote:
wmc> Here is what i have i call 2 cookies in the top of my script, now i need to
wmc> call another when another script is called but it keeps givin me the error
wmc> headers already sent,
wmc> now ive seen this done in other scripts but
Here is what i have i call 2 cookies in the top of my script, now i need to
call another when another script is called but it keeps givin me the error
headers already sent,
now ive seen this done in other scripts but wont work for me so please help
me is it in my php.ini or is it just not possible
ken image.
-brian
**
> -Original Message-
> From: Girish Nath [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 28, 2002 7:55 PM
> To: Brian V Bonini
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Need a little help
>
>
> Hi Brian
>
> I've jus
mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 28, 2002 7:55 PM
> To: Brian V Bonini
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Need a little help
>
>
> Hi Brian
>
> I've just setup the RedirectMatch in Apache and tried the PHP script
> (test.php) out and it wo
> Sent: Monday, January 28, 2002 11:21 AM
> To: Brian V Bonini
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Need a little help
>
>
> Hi
>
> This should send different images to the referer based on what parse_url()
> returns:
>
>
> $url=parse_url($HTTP_REFER
eadfile($requestImage);
>
> ?>
>
> You may need to modify it a bit perhaps with a "switch" statement for more
> flexibilty. Let me know how you get on.
>
> Regards
>
>
> Girish
> --
> www.girishnath.co.uk
>
>
>
>
> - Original
: "Brian V Bonini" <[EMAIL PROTECTED]>
To: "PHP Lists" <[EMAIL PROTECTED]>
Sent: Monday, January 28, 2002 4:02 PM
Subject: [PHP] Need a little help
I'm trying to redirect based on referring host
and request.
I have an .htaccess set up like this:
Redirect
I'm trying to redirect based on referring host
and request.
I have an .htaccess set up like this:
RedirectMatch (.*)\.gif$ http://www.domain.com/_borders/test.php
to redirect all requests for .gif's to a php script which then
determines the referring host.
$url=parse_url($HTTP_REFERER);
if ($url
Hello all!
I have finally got php and apache to work with IMAP, pdf and gd, not
problems compiling them.
But...
When I try to connect to my local account called "homer" with IMAP in a
php-page I get an error:
Warning: Couldn't open stream {localhost:143}INBOX
When I get more info about the erro
m Maletsky> From: Richard Kurth [mailto:[EMAIL PROTECTED]]
Maxim Maletsky> Sent: Wednesday, May 16, 2001 12:25 PM
Maxim Maletsky> To: [EMAIL PROTECTED]; Maxim Maletsky
Maxim Maletsky> Subject: Re[2]: [PHP] Need a little help with array
Maxim Maletsky> Hello Maxim,
Maxim Maletsky>
m
-Original Message-
From: Richard Kurth [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 16, 2001 12:25 PM
To: [EMAIL PROTECTED]; Maxim Maletsky
Subject: Re[2]: [PHP] Need a little help with array
Hello Maxim,
This works great except that it does,t print the email if I take the
'<
d Kurth [mailto:[EMAIL PROTECTED]]
Maxim Maletsky> Sent: Wednesday, May 16, 2001 10:49 AM
Maxim Maletsky> To: [EMAIL PROTECTED]
Maxim Maletsky> Subject: [PHP] Need a little help with array
Maxim Maletsky>I am trying to get the first name and Last name plus the email
Maxim Maletsk
egins)
[EMAIL PROTECTED]
www.phpbeginner.com
-Original Message-
From: Richard Kurth [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 16, 2001 10:49 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Need a little help with array
I am trying to get the first name and Last name plus the email
I am trying to get the first name and Last name plus the email
address out of the database in a format like this
Richard Kurth<[EMAIL PROTECTED]>;Richard Kurth<[EMAIL PROTECTED]>
so I can put it in the BCC section of a mail all customer program
What I have below works for getting
15 matches
Mail list logo