I am far away of a php geek. This is what I do:

You can check the output of a function easily when you replace the
last line
with something like this:

//comment out the original line
//return $out;
//look whats inside $out, $info, $tagcount etc.
print_r($out);
}

Pre 3.06 you will get $info as a classic associative array with field
=> value .
With 3.06 you get value => field .
But simply changing $f and $v will not do the trick.

Greetings, Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to