Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

RE: [PHP] Subroutines From: Jack Dempsey (dempsejn <email protected>)
Date: 09/30/01

they're just functions

function your_function($arg1,$arg2){
        echo $arg1;
        echo $arg2;
}

-----Original Message-----
From: Chris Herring [mailto:chrisherring <email protected>]
Sent: Sunday, September 30, 2001 2:08 AM
To: php list
Subject: Re: [PHP] Subroutines

My bad, http://www.b000.net/code/
----- Original Message -----
From: "Chris Herring" <chrisherring <email protected>>
To: "php list" <php-general <email protected>>
Sent: Sunday, September 30, 2001 1:07 AM
Subject: [PHP] Subroutines

I've looked through the manual (or at least searched) for subroutines, and I
can't find them, there's a guy I know who made a script with "custom PHP
subroutines". (http://b000.net/) Anyway, I want to know how to make them.
Thanks for any input.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>