On 08/27/2013 03:31 PM, Steven Post wrote:
On Tue, 2013-08-27 at 13:43 -0400, Ethan Rosenberg wrote:
Dear List -
I apologize for this "needle in a haystack" but...
This was originally posted on the PHP list, but has changed into a
Debian question...
Tried to run the program, that we have be
On 08/27/2013 01:52 PM, Ethan Rosenberg wrote:
On 08/27/2013 03:07 AM, David Robley wrote:
Ashley Sheridan wrote:
On Tue, 2013-08-27 at 16:16 +0930, David Robley wrote:
Ethan Rosenberg wrote:
Dear List -
Tried to run the program, that we have been discussing, and received a
403 error.
On 08/27/2013 03:07 AM, David Robley wrote:
Ashley Sheridan wrote:
On Tue, 2013-08-27 at 16:16 +0930, David Robley wrote:
Ethan Rosenberg wrote:
Dear List -
Tried to run the program, that we have been discussing, and received a
403 error.
rosenberg:/var/www# ls -la StoreInventory.php
-rw
On 8/27/2013 12:53 PM, Stuart Dallas wrote:
On 27 Aug 2013, at 17:28, Jim Giner wrote:
On 8/27/2013 11:56 AM, Stuart Dallas wrote:
Oops, sent this message from the wrong email address, so the list rejected it.
Begin forwarded message:
From: Stuart Dallas
Subject: Re: [PHP] Basic Auth
Dat
On 27 Aug 2013, at 17:28, Jim Giner wrote:
> On 8/27/2013 11:56 AM, Stuart Dallas wrote:
>> Oops, sent this message from the wrong email address, so the list rejected
>> it.
>>
>> Begin forwarded message:
>>
>>> From: Stuart Dallas
>>> Subject: Re: [PHP] Basic Auth
>>> Date: 27 August 2013 16
On Sun, Aug 25, 2013 at 11:41 PM, Ethan Rosenberg
wrote:
> Dear List -
>
> I'm lost on this one -
>
> This works -
>
> $out = system("ls -l ",$retvals);
> printf("%s", $out);
>
> This does -
>
> echo exec("ls -l");
>
> This does not -
>
> if( !file_exists("/var/www/orders.txt"));
> {
>$out = s
On 27/08/13 15:37, Jim Giner wrote:
I"m using basic auth for a few of my pages that I want to limit access
to - nothing of a sensitive nature, but simply want to limit access to.
Want to implement a signoff process, but can't figure it out.
From the comments in the manual I take it one can't
On Mon, Aug 26, 2013 at 3:48 PM, Ajay Garg wrote:
> Hi all.
>
> I have a scenario, wherein I need to do something like this ::
>
> ###
> $original_url = "/autologin.php";
> $username = "ajay";
> $password = "garg";
On 8/27/2013 11:56 AM, Stuart Dallas wrote:
Oops, sent this message from the wrong email address, so the list rejected it.
Begin forwarded message:
From: Stuart Dallas
Subject: Re: [PHP] Basic Auth
Date: 27 August 2013 16:36:27 BST
To: jim.gi...@albanyhandball.com
Cc: php-general@lists.php.ne
On Tue, Aug 27, 2013 at 3:07 AM, David Robley wrote:
>
> I beg to differ here. If the x bit isn't set on a directory, that will
> prevent scanning of the directory; in this case apache will be prevented
> from scanning the directory and will return a 403.
Well, that's partially correct. If a
On Wed, Aug 21, 2013 at 5:16 PM, Jim Giner wrote:
> I have a main domain (of course) and a sub domain. I'm really trying to
> steer my personal stuff away from the main one and have focused all of my
> php development to the sub-domain.
>
> Lately I noticed that google catalogs my sub-domain site
Oops, sent this message from the wrong email address, so the list rejected it.
Begin forwarded message:
> From: Stuart Dallas
> Subject: Re: [PHP] Basic Auth
> Date: 27 August 2013 16:36:27 BST
> To: jim.gi...@albanyhandball.com
> Cc: php-general@lists.php.net
>
> On 27 Aug 2013, at 15:59, Jim
On 8/27/2013 10:55 AM, Stuart Dallas wrote:
On 27 Aug 2013, at 15:51, Jim Giner wrote:
On 8/27/2013 10:39 AM, Stuart Dallas wrote:
On 27 Aug 2013, at 15:18, Jim Giner wrote:
On 8/27/2013 10:14 AM, Stuart Dallas wrote:
It's not really confusing so long as you understand how PHP works. Eac
On 27 Aug 2013, at 15:51, Jim Giner wrote:
> On 8/27/2013 10:39 AM, Stuart Dallas wrote:
>> On 27 Aug 2013, at 15:18, Jim Giner wrote:
>>
>>> On 8/27/2013 10:14 AM, Stuart Dallas wrote:
It's not really confusing so long as you understand how PHP works. Each
request is brand new - not
On 8/27/2013 10:39 AM, Stuart Dallas wrote:
On 27 Aug 2013, at 15:18, Jim Giner wrote:
On 8/27/2013 10:14 AM, Stuart Dallas wrote:
It's not really confusing so long as you understand how PHP works. Each request
is brand new - nothing is retained from previous requests. The two variable
you
On 27 Aug 2013, at 15:18, Jim Giner wrote:
> On 8/27/2013 10:14 AM, Stuart Dallas wrote:
>> It's not really confusing so long as you understand how PHP works. Each
>> request is brand new - nothing is retained from previous requests. The two
>> variable you're changing are set by PHP when the r
On 8/27/2013 10:14 AM, Stuart Dallas wrote:
It's not really confusing so long as you understand how PHP works. Each request
is brand new - nothing is retained from previous requests. The two variable
you're changing are set by PHP when the request comes in from the browser. The
fact you chang
On 27 Aug 2013, at 15:06, Jim Giner wrote:
>
> On 8/27/2013 9:46 AM, Stuart Dallas wrote:
>> On 27 Aug 2013, at 14:37, Jim Giner wrote:
>>
>>> I"m using basic auth for a few of my pages that I want to limit access to -
>>> nothing of a sensitive nature, but simply want to limit access to. Wa
On 8/27/2013 9:46 AM, Stuart Dallas wrote:
On 27 Aug 2013, at 14:37, Jim Giner wrote:
I"m using basic auth for a few of my pages that I want to limit access to -
nothing of a sensitive nature, but simply want to limit access to. Want to
implement a signoff process, but can't figure it out.
On 27 Aug 2013, at 14:37, Jim Giner wrote:
> I"m using basic auth for a few of my pages that I want to limit access to -
> nothing of a sensitive nature, but simply want to limit access to. Want to
> implement a signoff process, but can't figure it out.
>
> From the comments in the manual I t
I"m using basic auth for a few of my pages that I want to limit access
to - nothing of a sensitive nature, but simply want to limit access to.
Want to implement a signoff process, but can't figure it out.
From the comments in the manual I take it one can't do this by simply
unsetting the PHP_
On 8/26/2013 5:01 PM, Ethan Rosenberg, PhD wrote:
On 08/26/2013 03:28 PM, Jim Giner wrote:
On 8/26/2013 2:41 PM, Ethan Rosenberg wrote:
On 08/26/2013 11:36 AM, ma...@behnke.biz wrote:
Tamara Temple hat am 26. August 2013 um
08:33
geschrieben:
On Aug 25, 2013, at 10:41 PM, Ethan Rosenb
Hi,
Can anybody help me answering my doubt.
I wanted to check if there are any errors with the php compilation and
build.
I have ran "make", "make test". "make test" didnt give any errors to me.
Is there any other method or command to run through which we can see if
there are any errors in build
Ashley Sheridan wrote:
> On Tue, 2013-08-27 at 16:16 +0930, David Robley wrote:
>
>> Ethan Rosenberg wrote:
>>
>> > Dear List -
>> >
>> > Tried to run the program, that we have been discussing, and received a
>> > 403 error.
>> >
>> > rosenberg:/var/www# ls -la StoreInventory.php
>> > -rwxrwxr
24 matches
Mail list logo