Re[2]: [PHP] smarty

2004-04-14 Thread Richard Davey
Hello Chris, Wednesday, April 14, 2004, 3:35:05 PM, you wrote: CdV I don't understand... how is this: [snip] CdV Better than this? CdV = CdV $result = mysql_query (SELECT * FROM users WHERE id = '.$_GET[id].'); CdV $row_array = mysql_fetch_array ($result); CdV $name=

Re: Re[2]: [PHP] smarty

2004-04-14 Thread John W. Holmes
From: Richard Davey [EMAIL PROTECTED] Because you're injecting variables directly into your HTML, which some of the time might be ok - but what if the $row_array doesn't contain name ? You'll raise an Error Warning without first passing it through some kind of test (or function). Only if you

Re: Re[2]: [PHP] smarty

2004-04-14 Thread Enrico Weigelt
* John W. Holmes [EMAIL PROTECTED] [2004-04-14 11:57:00 -0400]: snip You're relying on web-server writable directories when you use Smarty. It's all a trade-off. This gets problematic in multi-user environments. You cant use mod_php anylonger, instead you have to switch to slow cgi+suexec.

Re[2]: [PHP] smarty

2004-04-08 Thread Richard Davey
Hello Robert, Thursday, April 8, 2004, 4:19:10 PM, you wrote: RC And people wonder why I feel the need once in while to give you a good [snipo] RC when I use it as an example or a point in debate? Really, WHAT IS YOUR RC PROBLEM? Please get over it! Whoa Robert, chill out a bit, please! He was

Re: Re[2]: [PHP] smarty

2004-04-08 Thread Robert Cummings
On Thu, 2004-04-08 at 11:50, Richard Davey wrote: Hello Robert, Thursday, April 8, 2004, 4:19:10 PM, you wrote: RC And people wonder why I feel the need once in while to give you a good [snipo] RC when I use it as an example or a point in debate? Really, WHAT IS YOUR RC PROBLEM? Please

Re[2]: [PHP] smarty

2004-04-08 Thread Richard Davey
Hello Antonio, Friday, April 9, 2004, 12:21:15 AM, you wrote: AM Who the you tink you're talkin' to, huh! Whatta you (etc) Dear God, who unlocked the monkey cage? -- Best regards, Richard Davey http://www.phpcommunity.org/wiki/296.html -- PHP General Mailing List