php-general Digest 8 Nov 2010 11:29:56 -0000 Issue 7027

2010-11-08 Thread php-general-digest-help
php-general Digest 8 Nov 2010 11:29:56 - Issue 7027 Topics (messages 309367 through 309368): Re: Shopping cart question 309367 by: Nathan Nobbe Re: Newbie looking for a project 309368 by: Ashim Kapoor Administrivia: To subscribe to the digest, e-mail:

php-general Digest 9 Nov 2010 02:39:35 -0000 Issue 7028

2010-11-08 Thread php-general-digest-help
and Doctrine ORM is heading towards stable version 1.0. Today I would like to introduce the latest development version (r63-20101108) containing many bug fixes and some new features. What is new in the project: - Improved issues navigator, allows you to browse your issues in an easier way by breaking

Re: [PHP] Newbie looking for a project

2010-11-08 Thread Ashim Kapoor
Dear Tedd, I have read one php book cover to cover, I wanted to contribute to projects for 2 reasons:- 1. Someone would benefit from the app. 2. I would learn more by interacting with experienced people. Writing apps on my own is fun but it's fruit is only for me to benefit from,but yes if

RE: [PHP] simple photo gallery

2010-11-08 Thread Tommy Pham
-Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Sunday, November 07, 2010 2:55 AM To: Tom Sparks Cc: php-general@lists.php.net Subject: Re: [PHP] simple photo gallery On Sun, 2010-11-07 at 02:31 -0800, Tom Sparks wrote: I am looking for a

RE: [PHP] ignore_repeated_errors has no effect

2010-11-08 Thread Tommy Pham
-Original Message- From: thunder...@gmail.com [mailto:thunder...@gmail.com] On Behalf Of Simon Marchi Sent: Sunday, November 07, 2010 8:45 AM To: Andre Polykanine; php-general@lists.php.net Subject: Re: [PHP] ignore_repeated_errors has no effect Hi, Just a precision, I don't

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

2010-11-08 Thread Tommy Pham
-Original Message- From: Adam Richardson [mailto:simples...@gmail.com] Sent: Sunday, November 07, 2010 2:22 PM To: PHP-General Subject: Re: [PHP] Is session_start() using encrypted cookies with HTTPS On Sun, Nov 7, 2010 at 2:39 PM, Yannick Warnier ywarn...@beeznest.orgwrote:

RE: [PHP] ignore_repeated_errors has no effect

2010-11-08 Thread Tommy Pham
-Original Message- From: Tommy Pham [mailto:tommy...@gmail.com] Sent: Monday, November 08, 2010 4:25 AM To: 'Simon Marchi'; 'Andre Polykanine'; 'php-general@lists.php.net' Subject: RE: [PHP] ignore_repeated_errors has no effect -Original Message- From:

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

2010-11-08 Thread Adam Richardson
Couldn't Yannick also use $_SERVER['HTTPS'] and take action for the session and cookies accordingly? Regards, Tommy Not to my understanding. When a visitor makes a request, the browser must determine which cookies are appropriate for transmitting in the request. By the time PHP

Re: [PHP] Newbie looking for a project

2010-11-08 Thread Daniel P. Brown
On Mon, Nov 8, 2010 at 06:29, Ashim Kapoor ashimkap...@gmail.com wrote: Writing apps on my own is fun but it's fruit is only for me to benefit from,but yes if nothing else I should do that. Not at all, many others can benefit from it as well. Tedd's examples have been referenced on this

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

2010-11-08 Thread Bastien
On 2010-11-08, at 9:58 AM, Adam Richardson simples...@gmail.com wrote: Couldn't Yannick also use $_SERVER['HTTPS'] and take action for the session and cookies accordingly? Regards, Tommy Not to my understanding. When a visitor makes a request, the browser must determine which

[PHP] Template engines

2010-11-08 Thread Hansen, Mike
I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Template engines

2010-11-08 Thread Daniel P. Brown
On Mon, Nov 8, 2010 at 16:41, Hansen, Mike mike.han...@atmel.com wrote: I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them? I chose to write two of my own over the years: one procedural, one

Re: [PHP] Template engines

2010-11-08 Thread Steve Staples
On Mon, 2010-11-08 at 14:41 -0700, Hansen, Mike wrote: I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them? for the longest time, i didn't know about them, and was breaking in and out of php,

Re: [PHP] Template engines

2010-11-08 Thread Robert Cummings
On 10-11-08 04:51 PM, Steve Staples wrote: all of my projects now consist of smarty, pear mdb2, phpmailer, jquery, fpdf (if needed), and pchart (again, if needed). these are my personal choices, and I have been happy with them so far ;) pchart... *shudder*. I recently had to add support for

Re: [PHP] Template engines

2010-11-08 Thread Michael Shadle
On Mon, Nov 8, 2010 at 1:41 PM, Hansen, Mike mike.han...@atmel.com wrote: I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them? smarty is everyone's favorite usually but i find it a bit annoying.

Re: [PHP] Template engines

2010-11-08 Thread Bastien Koert
On Mon, Nov 8, 2010 at 4:58 PM, Robert Cummings rob...@interjinn.com wrote: On 10-11-08 04:51 PM, Steve Staples wrote: all of my projects now consist of smarty, pear mdb2, phpmailer, jquery, fpdf (if needed), and pchart (again, if needed).   these are my personal choices, and I have been

Re: [PHP] Template engines

2010-11-08 Thread Robert Cummings
On 10-11-08 05:02 PM, Bastien Koert wrote: On Mon, Nov 8, 2010 at 4:58 PM, Robert Cummingsrob...@interjinn.com wrote: On 10-11-08 04:51 PM, Steve Staples wrote: all of my projects now consist of smarty, pear mdb2, phpmailer, jquery, fpdf (if needed), and pchart (again, if needed). these

Re: [PHP] Template engines

2010-11-08 Thread Peter Lind
On 8 November 2010 22:59, Michael Shadle mike...@gmail.com wrote: On Mon, Nov 8, 2010 at 1:41 PM, Hansen, Mike mike.han...@atmel.com wrote: I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them?

Re: [PHP] Template engines

2010-11-08 Thread Michael Shadle
i would point someone in the direction of XHP too if they really wanted to https://github.com/facebook/xhp/wiki/ On Mon, Nov 8, 2010 at 2:10 PM, Peter Lind peter.e.l...@gmail.com wrote: On 8 November 2010 22:59, Michael Shadle mike...@gmail.com wrote: On Mon, Nov 8, 2010 at 1:41 PM, Hansen,

[PHP] Vermis The Issue Tracking System

2010-11-08 Thread Lukasz Cepowski
-20101108) containing many bug fixes and some new features. What is new in the project: - Improved issues navigator, allows you to browse your issues in an easier way by breaking them by component, milestone, type, status and priority. - SMTP integration, you don't need to setup a mail service

Re: [PHP] Template engines

2010-11-08 Thread knl
On Mon, 8 Nov 2010 14:41:12 -0700 Hansen, Mike mike.han...@atmel.com wrote: I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them? PHP is in itself a template language and I find that the template

RE: [PHP] simple photo gallery

2010-11-08 Thread Tom Sparks
--- On Mon, 8/11/10, Tommy Pham tommy...@gmail.com wrote: From: Tommy Pham tommy...@gmail.com Subject: RE: [PHP] simple photo gallery To: a...@ashleysheridan.co.uk, 'Tom Sparks' tom_a_spa...@yahoo.com.au Cc: php-general@lists.php.net Received: Monday, 8 November, 2010, 11:11 PM

Re: [PHP] Template engines

2010-11-08 Thread David McGlone
On Mon, 2010-11-08 at 16:51 -0500, Steve Staples wrote: On Mon, 2010-11-08 at 14:41 -0700, Hansen, Mike wrote: I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them? for the longest time,

Re: [PHP] Template engines

2010-11-08 Thread David McGlone
On Mon, 2010-11-08 at 23:36 +0100, k...@bitflop.com wrote: On Mon, 8 Nov 2010 14:41:12 -0700 Hansen, Mike mike.han...@atmel.com wrote: I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them?

Re: [PHP] Template engines

2010-11-08 Thread Matt Giddings
On Mon, Nov 8, 2010 at 9:39 PM, David McGlone da...@dmcentral.net wrote: On Mon, 2010-11-08 at 16:51 -0500, Steve Staples wrote: On Mon, 2010-11-08 at 14:41 -0700, Hansen, Mike wrote: I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use

[PHP] After parsing

2010-11-08 Thread stacygt
The parse worked great, got all the information I needed. Being so new to php, I am not sure how to get this information to display in an html table so that I can style it...any suggestions would be greatly appreciated. It displays in my browser but I have not been able to figure out how to

RE: [PHP] After parsing

2010-11-08 Thread Tommy Pham
-Original Message- From: stac...@comcast.net [mailto:stac...@comcast.net] Sent: Monday, November 08, 2010 7:41 PM To: php-general@lists.php.net Subject: [PHP] After parsing The parse worked great, got all the information I needed. Being so new to php, I am not sure how to get

Re: [PHP] Template engines

2010-11-08 Thread Paul M Foster
On Mon, Nov 08, 2010 at 02:41:12PM -0700, Hansen, Mike wrote: I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them? Here's why I don't use a templating engine. First, You're taking an embedded

Re: [PHP] Template engines

2010-11-08 Thread Robert Cummings
On 10-11-09 12:20 AM, Paul M Foster wrote: On Mon, Nov 08, 2010 at 02:41:12PM -0700, Hansen, Mike wrote: I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them? Here's why I don't use a templating

Re: [PHP] Template engines

2010-11-08 Thread Peter Lind
On 9 November 2010 06:20, Paul M Foster pa...@quillandmouse.com wrote: On Mon, Nov 08, 2010 at 02:41:12PM -0700, Hansen, Mike wrote: I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them? Here's

[PHP] Basic question

2010-11-08 Thread Tseveendorj Ochirlantuu
Hello, I would like to know what is the difference between follows. PHP 5.3.2-1ubuntu4.5 with Suhosin-Patch (cli) (built: Sep 17 2010 13:49:46) and PHP 5.1.6-pl6-gentoo (cgi-cgi) One is cli another is cgi-cgi . Sincerely, Tseveen.