ach($ary2 as $num){
$num2 .= $num;
}
that would get the strings into "12345678" and "246810" respectfully, so you
could do simple add, subtract, greater than, less than, etc... hope this was
helpful.
Robert Keizer
""Richard Kurth"" <[EMAIL PROTECTED]> w
Thats great thanks, but it doesn't solve my problem completly, im trying to
use $output = $var(); .. which gives me an error. The $var(); works though,
so thanks for that.
Robert Keizer
""Robert Keizer"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTE
I am currently working on a module testing class, I can't seem to find the
correct syntax. Here is an example of the problem:
function foo( $var ){
include $var.'.php';
return $var(); //
3 matches
Mail list logo