Re: [PHP] Forwarding $_POST Values... please no flaming

2005-12-09 Thread Curt Zirzow
On Fri, Dec 09, 2005 at 03:36:59PM -0500, [EMAIL PROTECTED] wrote: > Ok.. not one bit of this was necessary guys. Please take it off-list if you > have personal problems that need resolving. What is ironic is that you just took it onto the list. Curt. -- cat .signature: No such file or directo

RE: [PHP] Forwarding $_POST Values WAY OT

2005-12-09 Thread Robert Cummings
On Fri, 2005-12-09 at 15:40, Jay Blanchard wrote: > ROFLMMFAO! I'm jest curious here... is that extra 'M' for massive? :B Cheers, Rob. -- .. | InterJinn Application Framework - http://www.interjinn.com | :---

Re: [PHP] Forwarding $_POST Values

2005-12-09 Thread Zack Bloom
Guys just stop. This should be the last post regarding this. On 12/9/05, John Nichel <[EMAIL PROTECTED]> wrote: > > vizion wrote: > > > Well if you were not rude then you certainly are now - > > Too much correspondence with you in that vein could contaminate the > > environment. > > You should

Re: [PHP] Forwarding $_POST Values

2005-12-09 Thread John Nichel
vizion wrote: Well if you were not rude then you certainly are now - Too much correspondence with you in that vein could contaminate the environment. You should take your act on the road. Also sounds like you have a few prejudices to grow out of .. who would you like to be when you grow up

RE: [PHP] Forwarding $_POST Values WAY OT

2005-12-09 Thread Jay Blanchard
[snip] Well if you were not rude then you certainly are now - Too much correspondence with you in that vein could contaminate the environment. Also sounds like you have a few prejudices to grow out of .. who would you like to be when you grow up? BTW I suggest you use a dictionary if you cannot u

RE: [PHP] Forwarding $_POST Values... please no flaming

2005-12-09 Thread tg-php
Ok.. not one bit of this was necessary guys. Please take it off-list if you have personal problems that need resolving. Yeah.. people do join the list and expect to have their hands held through everything, or expect others to solve all their problems, but if the question offends you, it's bet

RE: [PHP] Forwarding $_POST Values

2005-12-09 Thread vizion
> -Original Message- > From: Jay Blanchard [mailto:[EMAIL PROTECTED] > Sent: Friday, December 09, 2005 12:22 PM > To: 'B.D.' > Cc: PHP General (E-mail) > Subject: RE: [PHP] Forwarding $_POST Values > > [snip] > Wow...what a helpful answer! Thankf

RE: [PHP] Forwarding $_POST Values

2005-12-09 Thread Jay Blanchard
[snip] Wow...what a helpful answer! Thankfully, other people responded to the guys question and didn't come off like smug pricks! [/snip] Been on mailing lists long? Who the fuck are you to critisize me buttwad? Probably some new, politically correct panty-waist who says Happy Holidays because

RE: [PHP] Forwarding $_POST Values

2005-12-09 Thread tg-php
And if for some reason that's not viable, you can simulate a real POST method by using a socket connection and manually sending the POST variables. Take a look at this script: http://www.flashkit.com/board/history/topic.php/384942-1.html That looks about right (sorry, no time to test myself.. bu

Re: [PHP] Forwarding $_POST Values

2005-12-09 Thread Bernhard Janetzki
On Friday 09 December 2005 20:31, Jim Moseby wrote: > > I have a server with all my clients websites on. However I > > have some clients > > who have their own servers. I want to be able to have a form > > on my site that > > allows users to log into their webmail, however if the client > > has the

RE: [PHP] Forwarding $_POST Values

2005-12-09 Thread Jim Moseby
> > I have a server with all my clients websites on. However I > have some clients > who have their own servers. I want to be able to have a form > on my site that > allows users to log into their webmail, however if the client > has their own > server I need to forward the $_POST values to

RE: [PHP] Forwarding $_POST Values

2005-12-09 Thread Jay Blanchard
[snip] I have a server with all my clients websites on. However I have some clients who have their own servers. I want to be able to have a form on my site that allows users to log into their webmail, however if the client has their own server I need to forward the $_POST values to a login scrip

[PHP] Forwarding $_POST Values

2005-12-09 Thread Shaun
Hi, I have a server with all my clients websites on. However I have some clients who have their own servers. I want to be able to have a form on my site that allows users to log into their webmail, however if the client has their own server I need to forward the $_POST values to a login script