Jump to content

[SOLVED] functions question


johnwayne77

Recommended Posts

how do i do that?

 

i have :

 

function f1($var)

{

 

....

$var1 = $someothervar;

$var2 = $onemorevar;

....

 

return $var1;

return $var2;

}

 

i need to use $var1 and $var2 in the script

 

( i already use $var1 as following:

 

foreach ($var1 as $scriptvar)

{

 

}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.