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 nothi
> -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
> -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
> -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
> wrote:
>
> > Hi all,
> >
> -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: thunder..
>
> 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 p
On Mon, Nov 8, 2010 at 06:29, Ashim Kapoor 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 list many times, and
On 2010-11-08, at 9:58 AM, Adam Richardson 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 co
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
On Mon, Nov 8, 2010 at 16:41, 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?
I chose to write two of my own over the years: one procedural, one
OOP. That said, the m
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
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
On Mon, Nov 8, 2010 at 1:41 PM, 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?
smarty is everyone's favorite usually but i find it a bit annoying.
not to mention php its
On Mon, Nov 8, 2010 at 4:58 PM, Robert Cummings 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 happy with them
On 10-11-08 05:02 PM, Bastien Koert wrote:
On Mon, Nov 8, 2010 at 4:58 PM, Robert Cummings 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
On 8 November 2010 22:59, Michael Shadle wrote:
> On Mon, Nov 8, 2010 at 1:41 PM, 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?
>
> smarty is everyone's favorite usual
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 wrote:
> On 8 November 2010 22:59, Michael Shadle wrote:
>> On Mon, Nov 8, 2010 at 1:41 PM, Hansen, Mike wrote:
>>> I really like the idea
-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 se
On Mon, 8 Nov 2010 14:41:12 -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?
PHP is in itself a template language and I find that the template
engines just get i
--- On Mon, 8/11/10, Tommy Pham wrote:
> From: Tommy Pham
> Subject: RE: [PHP] simple photo gallery
> To: a...@ashleysheridan.co.uk, "'Tom Sparks'"
> Cc: php-general@lists.php.net
> Received: Monday, 8 November, 2010, 11:11 PM
> > -Original Message-
> > From: Ashley Sheridan [mailto:a..
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 long
On Mon, 2010-11-08 at 23:36 +0100, k...@bitflop.com wrote:
> On Mon, 8 Nov 2010 14:41:12 -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?
>
> PHP is in
On Mon, Nov 8, 2010 at 9:39 PM, David McGlone 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 templating eng
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 g
> -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
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 embedde
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 en
On 9 November 2010 06:20, 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 u
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.
29 matches
Mail list logo