function lala() {
do i HAVE to define a variable or argument <eg>
function lala($var) {
or can i use it like:
lala($stmt);
will $stmt become part of the function?
--
Chris Hall
hardwired industries
--
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]

