Re: [PHP] need a little help all

2003-12-29 Thread Binay
- 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>

Re: [PHP] need a little help all

2003-12-28 Thread Richard Davey
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

RE: [PHP] Need a little help

2002-01-29 Thread Brian V Bonini
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

RE: [PHP] Need a little help

2002-01-29 Thread Brian V Bonini
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

Re: [PHP] Need a little help

2002-01-28 Thread Girish Nath
> 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

RE: [PHP] Need a little help

2002-01-28 Thread Brian V Bonini
}ä‚ò,XOWýH0PE8´ä,Sx'ÀˆµT÷Src`ÀÏÀrBÀ7í¨òT ÙÑç|+iûJFA€ERKfÙ4 J³Ð² etc. or a broken image symbol. -B > -Original Message- > From: Girish Nath [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 11:21 AM > To: Brian V Bonini > Cc: [EMAIL PROTECTED] >

Re: [PHP] Need a little help

2002-01-28 Thread Girish Nath
Hi This should send different images to the referer based on what parse_url() returns: 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 Message - From: "Brian V Bo

RE: [PHP] Need a little help with array

2001-05-15 Thread Maxim Maletsky
Try this instead: $sql = " SELECT CONCAT(fname, ' ', lname, '<', email, '>') AS str_email FROM customers "; and then the rest of your code.. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com --