they're just functions

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

-----Original Message-----
From: Chris Herring [mailto:[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" <[EMAIL PROTECTED]>
To: "php list" <[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: [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