Hi Philip,
Tell them they can POST submissions to:
https://www.acme.com/xml-submission
Then tell them what fields are supported. Presumably you will support
the following POST fields as a minimum (as if they were on a form):
username
password
xml
Your handler should also pro
I was wondering how that would work and if it might be that simple.
How would I inform the client to hit the page (script)?
Blessed Be
Phillip
"In the Jim Crow South, for example, government failed and indeed refused
to protect blacks from extra-legal violence. Given our history, it's
stunning w
Phillip Baker wrote:
>Greetings all,
>
>I am looking for some options here.
>
>I am in need of creating a service on our web server that will always
>be
>available and automated.
>It will accept an XML file.
>
>I will be checking to see if the XML file is valid and then passing it
>on
>to anoth
Greetings all,
I am looking for some options here.
I am in need of creating a service on our web server that will always be
available and automated.
It will accept an XML file.
I will be checking to see if the XML file is valid and then passing it on
to another server.
But I need to accept this
On 8/8/2012 11:24 AM, Ansry User 01 wrote:
I am setting the _SESSION variables in one of my file, but whenever I leave the
php page session variables are not accessible. Not sure what I need to do
additionally other then defining _SESSION[].
Any pointer.
You must make it a habit to start ea
-Original Message-
From: David Harkness [mailto:davi...@highgearmedia.com]
Sent: Wednesday, August 08, 2012 11:53 AM
To: Ansry User 01
Cc: php-general@lists.php.net
Subject: Re: [PHP] PHP session variables
On Wed, Aug 8, 2012 at 8:24 AM, Ansry User 01 wrote:
> I am setting the _SESSION v
On Wed, Aug 8, 2012 at 8:24 AM, Ansry User 01 wrote:
> I am setting the _SESSION variables in one of my file, but whenever I
> leave the php page session variables are not accessible.
As always, post some code demonstrating what you're doing. Help us help
you! :)
David
On Wed, Aug 8, 2012 at 11:24 AM, Ansry User 01 wrote:
> I am setting the _SESSION variables in one of my file, but whenever I leave
> the php page session variables are not accessible. Not sure what I need to do
> additionally other then defining _SESSION[].
> Any pointer.
If you're not tel
Mihamina Rakotomandimby wrote:
On 08/08/2012 08:29 AM, tamouse mailing lists wrote:
It's not just:
phpize
./configure
make
sudo make install
To be honnest, I dont know.
If it's really just about that, I'll submit a patch for this.
Is "phpize; ./configure; make; sudo make install" the defaul
Hello,
i do some tests with phar. I have following script which is just adding some
file and index.php is echoing "hello";
buildFromDirectory(dirname(__FILE__) . '/web');
$phar->setStub($phar->createDefaultStub('index.php'));
$compressed = $phar->convertToExecutable(Phar::PHAR,Phar::GZ, '.phar
10 matches
Mail list logo