Re: [PHP] prob. with function parameter with

2003-08-14 Thread Curt Zirzow
* Thus wrote Mirek Novak ([EMAIL PROTECTED]): Hi everybody, I have defined function function func ($var,$val,$struct){ // do something } if I call this function following way func('a','b',NULL); (because sometimes I don't need to set

[PHP] prob. with function parameter with

2003-08-14 Thread Mirek Novak
Hi everybody, I have defined function function func ($var,$val,$struct){ // do something } if I call this function following way func('a','b',NULL); (because sometimes I don't need to set $struct) apache process (php) crashes without

Re: [PHP] prob. with function parameter with

2003-08-14 Thread Mukul Sabharwal
Sorry the $x should be $v, if it caused any confusion. Mukul Sabharwal http://www.devhome.org = Mukul Sabharwal ([EMAIL PROTECTED]) __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- PHP

Re: [PHP] prob. with function parameter with

2003-08-14 Thread Mukul Sabharwal
] To: PHP List [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 12:06 PM Subject: [PHP] prob. with function parameter with Hi everybody, I have defined function function func ($var,$val,$struct){ // do something } if I call this function following way func('a','b',NULL