[PHP] Underscores within echo statements

2004-09-07 Thread Neil Freeman
Just a quick question. What is the purpose of the underscore character within the following echo statement? I had a quick look in the manual and archives but couldn't find any reference to it. ?php echo _(Username) ? Thanks, Neil This communication is confidential to the intended recipient(s).

Re: [PHP] Underscores within echo statements

2004-09-07 Thread John Holmes
From: Neil Freeman [EMAIL PROTECTED] Just a quick question. What is the purpose of the underscore character within the following echo statement? I had a quick look in the manual and archives but couldn't find any reference to it. ?php echo _(Username) ?

Re: [PHP] Underscores within echo statements

2004-09-07 Thread Marek Kilimajer
Neil Freeman wrote: Just a quick question. What is the purpose of the underscore character within the following echo statement? I had a quick look in the manual and archives but couldn't find any reference to it. ?php echo _(Username) ? see gettext extension Thanks, Neil Could you turn this

Re: [PHP] Underscores within echo statements

2004-09-07 Thread Neil Freeman
Marek Kilimajer wrote: *** This Email Has Been Virus Swept *** Neil Freeman wrote: Just a quick question. What is the purpose of the underscore character within the following echo statement? I had a quick look