Re: [PHP] Shopping cart question

2010-11-07 Thread Nathan Nobbe
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

Re: [PHP] Is session_start() using encrypted cookies with HTTPS

2010-11-07 Thread Adam Richardson
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

[PHP] Is session_start() using encrypted cookies with HTTPS

2010-11-07 Thread Yannick Warnier
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

Re: [PHP] ignore_repeated_errors has no effect

2010-11-07 Thread Simon Marchi
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

Re: [PHP] Newbie looking for a project

2010-11-07 Thread tedd
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

Re: [PHP] List-Unsubscribe

2010-11-07 Thread Daniel P. Brown
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:/

[PHP] List-Unsubscribe

2010-11-07 Thread Robert Simson

Re: [PHP] Newbie looking for a project

2010-11-07 Thread Ashley Sheridan
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

Re: [PHP] simple photo gallery

2010-11-07 Thread Ashley Sheridan
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

[PHP] simple photo gallery

2010-11-07 Thread Tom Sparks
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

[PHP] Newbie looking for a project

2010-11-07 Thread Ashim Kapoor
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

[PHP] ignore_repeated_errors has no effect

2010-11-07 Thread Simon Marchi
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);