|
Posted by macca on 09/29/07 17:47
>simply in the code I write timeZ(); and have the result at video;
? - - - I dont understand.
I'm not really sure what you are trying to achive. It is rather
difficult to understand your broken English.
Why dont you paste the code for the timeZ() function so I can see what
it does, then maybe I can help you more.
As i posted earlier, **IF** your function has a return value, save the
return value to a variable first. and then write it to the file.
e.g.
$return_value = timeZ();
fwrite($open_log, $return_value);
If your function does not return data, and instead performs some
action, this may not work.
As I said, post the timeZ() function so I can see it.
Regards,
Paul
Navigation:
[Reply to this message]
|