On Fri, Nov 5, 2010 at 5:51 PM, Tommy Pham wrote:
> > -Original Message-
> > From: Nathan Nobbe [mailto:quickshif...@gmail.com]
> > Sent: Friday, November 05, 2010 11:40 AM
> > To: Jack
> > Cc: PHP
> > Subject: Re: [PHP] Shopping cart question
> >
> > On Fri, Nov 5, 2010 at 12:30 PM, Jack
On Sun, Nov 7, 2010 at 2:39 PM, Yannick Warnier wrote:
> Hi all,
>
> It came to my attention through the Netcraft newsletter[1] that cookies
> in a web application are not always sent encrypted when a server is
> contacted through HTTPS.
>
Not quite. Requests and responses over HTTPS are encrypt
Hi all,
It came to my attention through the Netcraft newsletter[1] that cookies
in a web application are not always sent encrypted when a server is
contacted through HTTPS.
Looking at the setcookie()[2] documentation, there is effectively a
specific parameter (set to false by default). The descri
Hi,
Just a precision, I don't want to modify the user's code, I would like
to configure my server properly so it does not happen again even if
another user makes a similar mistake.
Thanks,
Simon
On Sun, Nov 7, 2010 at 09:02, Andre Polykanine wrote:
> Hello Simon,
>
> Just modify the While stat
At 3:39 PM +0530 11/7/10, Ashim Kapoor wrote:
Dear All,
I am a beginner looking for a project to contribute. Can someone tell me
some good quality projects where I would learn the most? I hope this is the
right forum for this query.
Many thanks,
Ashim Kapoor
Hi Ashim:
When I started programm
To unsubscribe, send a blank email to
php-general-unsubscr...@lists.php.net from the email address that is
subscribed to the list. Alternatively, you may use the form at
http://php.net/mailinglists .
--
Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting
(866-) 725-4321
http:/
On Sun, 2010-11-07 at 15:39 +0530, Ashim Kapoor wrote:
> Dear All,
>
> I am a beginner looking for a project to contribute. Can someone tell me
> some good quality projects where I would learn the most? I hope this is the
> right forum for this query.
>
> Many thanks,
> Ashim Kapoor
What most
On Sun, 2010-11-07 at 02:31 -0800, Tom Sparks wrote:
> I am looking for a simple photo gallery like this
> http://www.lavrsen.dk/webcam/cam1/movecam.php
>
> I want to use it in place of apache autoindex
>
>
> tom_a_sparks
> "It's a nerdy thing I like to do"
>
>
>
>
Erm, is there a q
I am looking for a simple photo gallery like this
http://www.lavrsen.dk/webcam/cam1/movecam.php
I want to use it in place of apache autoindex
tom_a_sparks
"It's a nerdy thing I like to do"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Dear All,
I am a beginner looking for a project to contribute. Can someone tell me
some good quality projects where I would learn the most? I hope this is the
right forum for this query.
Many thanks,
Ashim Kapoor
Hi !
My problem is the following. Due to crappy code by one of my users,
PHP entered an infinite loop generating an error, causing very high
load on the server and gigantic log files.
The lines at fault were the following
while(strlen(trim($ligne))==0 && !feof($fic))
$ligne = fgets($fic,1024);
12 matches
Mail list logo