errors on my source

Error:
...
$usClient=new 
nusoap_client(http://www.myhost.com:5080/openmeetings/services/UserService?wsdl,
 "wsdl");
...
'email'=>[email protected],
...

OK:
...
$usClient=new 
nusoap_client('http://www.myhost.com:5080/openmeetings/services/UserService?wsdl',
 "wsdl");
...
'email'=>'[email protected]',
...

------------------------------------------------------------

replace with your data:
www.myhost.com with your host

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/gZ_ObJ13qxIJ.
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/openmeetings-user?hl=en.

Reply via email to