On 09/11/2010 18:32, Steve Staples wrote:
On Tue, 2010-11-09 at 16:51 +0100, Dušan Novaković wrote:
Hello there,
I have to make chat for website that has around 10 000 users (small
social network). So before I start, I would like to hear different
opinions. Important thing is to have in min
Begin forwarded message:
From: Tamara Temple
Date: November 10, 2010 12:05:32 AM CST
To: PHP General
Subject: Re: [PHP] Updating a GET variable
On Nov 9, 2010, at 2:47 PM, Marc Guay wrote:
What's wrong with just putting the url parameters in the link that
you know
you need, one by one?
On Nov 9, 2010, at 2:47 PM, Marc Guay wrote:
What's wrong with just putting the url parameters in the link that
you know
you need, one by one?
I have a footer that I include on every page and would like it to
adapt to whatever situation it finds itself in. Is your suggestion,
to do the fol
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?
Hi Mike
I am still so new at PHP that i do not get a real valid vote here...
(I have never used any templating engine).. BUT I know myself
> -Original Message-
> From: Daevid Vincent [mailto:dae...@daevid.com]
> Sent: Tuesday, November 09, 2010 6:55 PM
> To: 'php-general@lists.php.net'
> Subject: Help with variable variables not being set for a
> multi-dimensional array
>
> I've used variable variables before but for som
No,
Try this.
?&lang=en'>Flip
Dear god, why would you butcher php like that?
I, like many prefer short code or at least concat the string.
Flip
Richard L. Buskirk
-Original Message-
From: Marc Guay [mailto:marc.g...@gmail.com]
Sent: Tuesday, November 09, 2010 3:48 PM
To: a...@ash
I've used variable variables before but for some reason I can't figure this
snippet out. Why doesn't $ini_file get set (or appended to). Is there a
better more elegant solution to parsing these keys and splitting them into
sub-array keys as you see what I'm trying to do. I was thinking some
recursi
My working solution was to put it in a form with a hidden input with
the correct name and value.
But I'm still wondering what your advice is regarding best practice.
Marc
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> What's wrong with just putting the url parameters in the link that you know
> you need, one by one?
I have a footer that I include on every page and would like it to
adapt to whatever situation it finds itself in. Is your suggestion,
to do the following for the existing example:
echo "Flip";
Don't think about it in those terms and you'll see why it wasn't working.
Http is stateless, so unless you use sessions, it will 'forget' everything from
page to page.
What's wrong with just putting the url parameters in the link that you know you
need, one by one? If you have many, build a lit
Hi folks,
I'm sure this is an easy one that's standing right in front of me but
I'm too blind to see. I have a page with an URL like this:
index.php?name=value&this=that. I have a link on the bottom of the
page which allows the user to switch languages. I need to hang onto
the existing $name and
On Tue, Nov 9, 2010 at 2:10 PM, Adam Richardson wrote:
>>
>> If the cookie needs to be encrypted, why not just encrypt it and worry less
>> about the transport layer? Or just down one hash value id cookie and pull
>> back the secure data for action just on the server?
>>
>> Bastien
>
>
> The issue
>
> If the cookie needs to be encrypted, why not just encrypt it and worry less
> about the transport layer? Or just down one hash value id cookie and pull
> back the secure data for action just on the server?
>
> Bastien
The issue highlighted in Yannick's question wouldn't be resolved by merely
On Mon, Nov 8, 2010 at 4: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?
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://ww
On Tue, 9 Nov 2010 00:20:52 -0500
Paul M Foster wrote:
> On Mon, Nov 08, 2010 at 02:41:12PM -0700, Hansen, Mike wrote:
>
> Here's why I don't use a templating engine.
>
> First, You're taking an embedded language and writing a templating
> engine in it. Seriously?
>
> Second, you're painting a
On 10-11-09 10:42 AM, tedd wrote:
At 12:23 AM -0500 11/9/10, Robert Cummings wrote:
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
On Tue, Nov 9, 2010 at 02:55, Tseveendorj Ochirlantuu
wrote:
> 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)
They are completely and totally d
At 10:57 AM -0500 11/9/10, Robert Cummings wrote:
On 10-11-09 10:42 AM, tedd wrote:
I don't have to try them all, just the most popular. If the most
popular doesn't work for me, then I don't need to try any others.
That's all well and good, but the argument being used is a
generalization whi
On Tue, 2010-11-09 at 16:51 +0100, Dušan Novaković wrote:
> Hello there,
>
> I have to make chat for website that has around 10 000 users (small
> social network). So before I start, I would like to hear different
> opinions. Important thing is to have in mind that in one moment you
> can have ove
On 10-11-09 11:18 AM, tedd wrote:
At 10:57 AM -0500 11/9/10, Robert Cummings wrote:
On 10-11-09 10:42 AM, tedd wrote:
I don't have to try them all, just the most popular. If the most
popular doesn't work for me, then I don't need to try any others.
That's all well and good, but the argument
At 12:34 PM -0500 11/8/10, Daniel P. Brown wrote:
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
example
Hello there,
I have to make chat for website that has around 10 000 users (small
social network). So before I start, I would like to hear different
opinions. Important thing is to have in mind that in one moment you
can have over 1 000 users using chat.
So, if you have time fill free to write you
At 12:23 AM -0500 11/9/10, Robert Cummings wrote:
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
At 12:20 AM -0500 11/9/10, 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 templ
At 10:24 PM -0500 11/8/10, Matt Giddings wrote:
I have to agree with David here. Smarty may be an added layer to the whole
mix, but it makes maintaining the template and application much simpler.
Much better than mixing html/php all together in a single file. That and a
single template is eas
At 10:00 PM -0500 11/8/10, David McGlone wrote:
On Mon, 2010-11-08 at 23:36 +0100, k...@bitflop.com wrote:
> IMHO - If you have to jump in and out of HTML and template syntax you
might as well jump in and out of HTML and PHP.
There is truth to this, but for me, its helping me learn in a muc
why not search them with keywords "cli cgi diff"?
they are all the Interface to PHP interpretor. one is Command Line
I,another is Common Gateway I.
Best regards,
Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**)
2010/11/9 Tseveendorj Ochirlantuu :
> Hello,
>
> I would like to know wha
Looks great.
Thanks.
***?imdi her yerde ?ubemiz var:
http://www.anadolusigortaonline.com.tr a??ld?.-Original Message-
From: Lukasz Cepowski [mailto:c...@freecode.pl]
Sent: Tuesday, November 09, 2010 12:34 AM
To: php-general@lists.php.net
Subject: [PHP] Vermis The Issue Tracking System
He
28 matches
Mail list logo