you could try something like this (just a guess): require_once(file_with_php_rqlbridge_class.php); $rb = new RQLBridge(); $rb->xmlQuery = '<IODATA sessionkey=... your xml stuff ...</IODATA>'; $rb->sendXML();
On 26 Mai, 12:21, abdn_webteam <[email protected]> wrote: > The above code is, I'm sure, very helpful to those who know Object > Oriented Programming, but for those of us who are less familiar with > OOP is there any chance you could explain how to use your class above, > especially when passing and retrieving values? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" 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/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
