Forum Moderators: coopster

Message Too Old, No Replies

I want to know how to pass arrays to functions

PHP functions

         

senkum

11:01 am on Oct 5, 2005 (gmt 0)



Hi

Plz tell me how should i pass an array as a parameter to a function. should i pass it by reference?

hoangvm

12:55 pm on Oct 5, 2005 (gmt 0)



just simply the name of your array

function ($yourray)