Hi I'm definitely a newbie developer especially in php and XML and I m trying to use the AIM integration, but all the sample codes I've seen have pre-populated fields in it. I am trying to pass the fields in the form that the User plugs in, can anyone help me please. Thanks in advance.
07-21-2014 08:04 PM
When using PHP, the easiest way to deal with XML is probably with the native SimpleXML functions. I would recommend reviewing this function in the PHP Manual.
07-24-2014 03:17 PM