Flash Question
Flash Question
Out of context: Reply #6
- Started
- Last post
- 6 Responses
- dilated0
the following code will generate xml automatically....
';
while ($row = mysql_fetch_assoc ($qr)) {
$r_string .= '';
while (list ($key, $val) = each ($row)) {
$r_string .= '' . $val . '';
}
$r_string .= '';
}
$r_string .= '';
echo $r_string;?>
so with a table images(id, imagename)
it will generate xml like as follows...