Re: what's the difference in the following code?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2008/10/17 Lamp Lists <lamp.lists@xxxxxxxxx>:> I'm reading "Essential PHP Security" by Chris Shiflett.>> on the very beginning, page 5 & 6, if I got it correct, he said this is not good:>> $search = isset($_GET['search']) ? $_GET['search'] : '';>> and this is good:>> $search = '';> if (isset($_GET['search']))> {>    $search = $_GET['search'];> }>> what's the difference? I really can't see?> to me is more the way you like to write your code (and I like the top one :-) )?>> thanks.>> -ll>
Chris posts here, you might want to stfa for his address and cc himthe question to the list. Just be sure not to bug him offlist, that isgenerally frowned upon.
-- Dotan Cohen
http://what-is-what.comhttp://gibberish.co.ilא-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת;
ä-ö-ü-ß-Ä-Ö-Ü

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux