going to have to find a
different Component.
BTW after PHP 4.2 or so... PHP defined Some "SuperGlobalArrays" $_POST is one
of those SuperGlobal's
Thanks for your time... I do appreciate it
Gary
> Date: Wed, 24 Mar 2010 17:01:03 -0400
> From: d...@caribe.net
> To:
he Entire PHP Script...
What else could possibly be wrong?
I do MUCH appreciate all your help trying to make this work.
Gary
> Date: Wed, 24 Mar 2010 15:36:33 -0400
> From: d...@caribe.net
> To: twsocket@elists.org
> Subject: Re: [twsocket] POST and PHP
&g
in ''' +
DocFileName +
''' Size=' + IntToStr(DataIn.Size));
end;
finally
DataIn.Free;
end;
end;
finally
e: Wed, 24 Mar 2010 13:23:27 -0400
> From: d...@caribe.net
> To: twsocket@elists.org
> Subject: Re: [twsocket] POST and PHP
>
> Gary Howard wrote:
> > my PHP script Looks like running PHP5.2
> >
> >
> >
> > >
> > $ID = $_POST["IDString
Hi
I'm a new ICS user so forgive me if my questions seem simplistic.
What I'm trying to accomplish is...
POST a string to a PHP script on the web server and simply have it return
another string;
I've compiled the sample HTTP Post example projects and they work greatI'm
using D