On Wed, 10 Nov 2004 10:10:37 -0700, Jason <[EMAIL PROTECTED]> wrote:
> Yeah the global stuff I understand and can use fine.  What I would like
> more information about is the use of arguments to functions i.e.
> function( $user, $pass, $db ) {
>   $db = @mysql_connect( $user, $pass, $db );
> }
> 
> I understand parts but googling for the proper use of functions in php
> hasn't gotten me anywhere...

Looks like you understand already.  Did you have some broken code you
wanted help with?


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to