Re: [PHP] quick question about using capital letters coding w/ PHP

2005-07-27 Thread Dotan Cohen
On 7/27/05, Jochem Maas <[EMAIL PROTECTED]> wrote: > Dotan Cohen wrote: > > On 7/26/05, Jochem Maas <[EMAIL PROTECTED]> wrote: > > > ...somebody beat me with a virtual stick if I am wrong! > >>> > >>>Why? I'd rather just throw the php.net/manual at you! > >> > >>harddrive or memory stick? > > >

Re: [PHP] quick question about using capital letters coding w/ PHP

2005-07-27 Thread Jochem Maas
Dotan Cohen wrote: On 7/26/05, Jochem Maas <[EMAIL PROTECTED]> wrote: ...somebody beat me with a virtual stick if I am wrong! Why? I'd rather just throw the php.net/manual at you! harddrive or memory stick? just /home/dotan/myfiles/docs/php-manual/ but seriously did I err? Not that I

Re: [PHP] quick question about using capital letters coding w/ PHP

2005-07-26 Thread Dotan Cohen
On 7/26/05, Jochem Maas <[EMAIL PROTECTED]> wrote: > >>...somebody beat me with a virtual stick if I am wrong! > > Why? I'd rather just throw the php.net/manual at you! > > harddrive or memory stick? just /home/dotan/myfiles/docs/php-manual/ > but seriously did I err? Not that I see. But don't for

Re: [PHP] quick question about using capital letters coding w/ PHP

2005-07-26 Thread Dotan Cohen
On 7/26/05, Jochem Maas <[EMAIL PROTECTED]> wrote: > >>...somebody beat me with a virtual stick if I am wrong! > > Why? I'd rather just throw the php.net/manual at you! > > harddrive or memory stick? just /home/dotan/myfiles/docs/php-manual/ > but seriously did I err? Not that I see. But don't fo

Re: [PHP] quick question about using capital letters coding w/ PHP

2005-07-26 Thread Jochem Maas
Dotan Cohen wrote: On 7/25/05, Jochem Maas <[EMAIL PROTECTED]> wrote: ...somebody beat me with a virtual stick if I am wrong! Why? I'd rather just throw the php.net/manual at you! harddrive or memory stick? but seriously did I err? Dotan http://lyricslist.com/lyrics/artist_albums/23/agu

Re: [PHP] quick question about using capital letters coding w/ PHP

2005-07-26 Thread Dotan Cohen
On 7/25/05, Jochem Maas <[EMAIL PROTECTED]> wrote: > ...somebody beat me with a virtual stick if I am wrong! Why? I'd rather just throw the php.net/manual at you! Dotan http://lyricslist.com/lyrics/artist_albums/23/aguilera_christina.php Aguilera, Christina Song Lyrics -- PHP General Mailing Lis

Re: [PHP] quick question about using capital letters coding w/ PHP

2005-07-25 Thread Jochem Maas
Richard Lynch wrote: On Sun, July 24, 2005 11:39 am, Dotan Cohen said: On 7/24/05, Bruce Gilbert <[EMAIL PROTECTED]> wrote: I am well versed in coding with xhtml which requires all lower case and am pretty much a newbie at PHP so that is why I am asking this question. is this acceptible if

Re: [PHP] quick question about using capital letters coding w/ PHP

2005-07-24 Thread Richard Lynch
On Sun, July 24, 2005 11:39 am, Dotan Cohen said: > On 7/24/05, Bruce Gilbert <[EMAIL PROTECTED]> wrote: >> I am well versed in coding with xhtml which requires all lower case >> and am pretty much a newbie at PHP so that is why I am asking this >> question. >> >> is this acceptible >> >> if ($_pos

Re: [PHP] quick question about using capital letters coding w/ PHP

2005-07-24 Thread Chris Shiflett
Bruce Gilbert wrote: is this acceptible if ($_post [sender_email] == "") or does at have to be if ($_POST [sender_email] == "") As a friendly suggestion, you should always try before you ask. You could answer your own question with a few seconds of effort. Typically, such extreme laziness i

Re: [PHP] quick question about using capital letters coding w/ PHP

2005-07-24 Thread Dotan Cohen
On 7/24/05, Bruce Gilbert <[EMAIL PROTECTED]> wrote: > Hello, > > I am well versed in coding with xhtml which requires all lower case > and am pretty much a newbie at PHP so that is why I am asking this > question. > > is this acceptible > > if ($_post [sender_email] == "") or does at have to be

[PHP] quick question about using capital letters coding w/ PHP

2005-07-24 Thread Bruce Gilbert
Hello, I am well versed in coding with xhtml which requires all lower case and am pretty much a newbie at PHP so that is why I am asking this question. is this acceptible if ($_post [sender_email] == "") or does at have to be if ($_POST [sender_email] == "") in short, do uppercase and lowercas