|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by jdav357 in PHP and Databases, PHP Frameworks, WordPress
I am taking in data from the post array like this:
<input type='text' name='post[name]'>
For example.
In my PHP code I am grabbing this like this: $post=$_POST['post'] which will return me an array like this:
$post=array{ 'name'=>'John', etc}
I need to take this array and convert it to a struct, the reason for this is that I need to pass it into wordpress via XMLRPC:
http://codex.wordpress.org/XML-RPC_wp#Parameters_16
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625