Best.Flash
03-30-2004, 09:20 AM
Dan - or anyone who would know :)
I've been scratching my hand all afternoon on this one.
Using your AWS XML-PHP tutorial (http://www.websitepublisher.net/article/aws-php/) as a guide how would I go about parsing the Authors and Customer reviews into PHP as their another level down in the XML?
Example:
<Authors>
<Author>Derek Franklin</Author>
<Author>Jobe Makar</Author>
</Authors>
As per your tutorial im trying the following to set the variable(s):
elseif($d_ar[$j]['tag'] == 'Authors'){
$Authors = $d_ar[$j]['value'];
}
thanks for your help!
I've been scratching my hand all afternoon on this one.
Using your AWS XML-PHP tutorial (http://www.websitepublisher.net/article/aws-php/) as a guide how would I go about parsing the Authors and Customer reviews into PHP as their another level down in the XML?
Example:
<Authors>
<Author>Derek Franklin</Author>
<Author>Jobe Makar</Author>
</Authors>
As per your tutorial im trying the following to set the variable(s):
elseif($d_ar[$j]['tag'] == 'Authors'){
$Authors = $d_ar[$j]['value'];
}
thanks for your help!