I would like to write my own function and in it  call a Boltwire function, 
but I don't how how to call a Boltwire function in PHP code.
To find out the syntax a tried this.

BOLTFmyfunc($args) {
        $name=$args['field'];
        $wert=$args['value'];
        BOLTFinfo(field=$name, value=$wert);
        return;
        }

then I put on a pageof my site: [(myfunc field=tom value=100)].
What I got was an empty screen.
Can you help me?

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.

Reply via email to