You need to write the word "function" just before the function name to indicate you are defining a function.
Let me know if that doesn't fix it. Cheers Dan On Jun 26, 2015 2:02 PM, "DIG Germering" <[email protected]> wrote: > 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. > -- 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.
