On Wednesday 03 April 2002 02:11, Erik Price wrote: > (b) Pass a variable as an argument to a function but make that argument > optional so that it does not have to exist to make the function > legitimate.
function function2 ($variable_A="") { } It's in manual under "Functions" -- original isn't it? :) -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* Kids, the seven basic food groups are GUM, PUFF PASTRY, PIZZA, PESTICIDES, ANTIBIOTICS, NUTRA-SWEET and MILK DUDS!! */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php