I lost half this subject whilst i format'd
some one mind explaining what you are talking about with
your foos, bars, foobars, dofoos, etc :)
       - James "ReDucTor" Mitchell
----- Original Message ----- 
From: Brad Hubbard <[EMAIL PROTECTED]>
To: PHP List <[EMAIL PROTECTED]>
Sent: Saturday, June 30, 2001 5:49 PM
Subject: Re: [PHP] Pricing Advice Needed


> On Fri, 29 Jun 2001 01:42, Thomas Deliduka wrote:
> > You get paid more
> > depending on your style:
> >
> > If ($foo == "bar") {
> >     $dofoo = fobar($foo);
> > } else {
> >     $dofoo = foobar($bar);
> > }
> >
> > Or
> > If ($foo == "bar")
> > {
> >     $dofoo = fobar($foo);
> > }
> > else
> > {
> >     $dofoo = foobar($bar);
> > }
> 
> if( $foo == "bar" ) $dofoo = fobar( $foo ) else $dofoo = foobar($bar);
> 
> I think I'm being exploited !   :-)
> 
> Cheers,
> Brad
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to