Re: [PHP] Reality Check...

2004-11-03 Thread John Nichel
Russell P Jones wrote: Whether we like it or not... I don't like it, and I'm not talking about who won the presidential election. What I don't like is all the political discussions on a mailing list for PHP. If I want to get into a political discussion, I'll do so on a list/forum that support

[PHP] Reality Check...

2004-11-03 Thread Russell P Jones
Whether we like it or not - whether it was the correct decision or not - there is one certainty. Bush's reelection will mean more war and, subsequently, more death. This is not to say that such may not be necessary, but it is nevertheless disheartening. The re-election of President Bush means tha

Re: [PHP] How do I convert from perl to php? - Reality Check & Taxation

2001-11-22 Thread George Whiffen
n-programmer how to add another > if statement or condition when they could simply add the field to the array? > > And actually you only have to change the name in 2 places. > 1. you define the variable as an input from a form > 2. in the required fields array > > - Origin

Re: [PHP] How do I convert from perl to php? - Reality Check & Taxation

2001-11-22 Thread George Whiffen
TED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, November 21, 2001 7:28 AM > Subject: Re: [PHP] How do I convert from perl to php? - Reality Check & > Taxation > > > So I would have to write a seperate if condition for each form input field > i wanted to requ

Re: [PHP] How do I convert from perl to php? - Reality Check & Taxation

2001-11-21 Thread Brandon Lamb
define the variable as an input from a form 2. in the required fields array - Original Message - From: "George Whiffen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 7:28 AM Subject: Re: [PHP] How do I convert from perl to php? - Reality C

Re: [PHP] How do I convert from perl to php? - Reality Check & Taxation

2001-11-21 Thread George Whiffen
> So I would have to write a seperate if condition for each form input field i wanted >to require? that doesn't make for a very dynamic script... > > > if(!(isset($name) && isset($address) && isset($phone)) { > > echo "You left one empty."; > > } Reality Check: We write code to solve real