Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AIM Integration
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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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