Originally posted by: Alkesh
Damn you're good. Winnar!
Originally posted by: diegoalcatraz
Originally posted by: Alkesh
Damn you're good. Winnar!
Googled the keywords (proc, nodupkey). I've never actually heard of or used the language before.
Originally posted by: poopygood
for ($i=0; $i<=(count($titles)-1); $i++) {
$_xml .= "<image>\r\n";
$_xml .= "<title>" . $titles[$i] . "</title>\r\n";
$_xml .= "<author>" . $authors[$i] . "</author>\r\n";
$_xml .= "<description>" . $descriptions[$i] . "</description>\r\n";
$_xml .= "<date>" . $submission_date[$i] . "</date>\r\n";
$_xml .= "<path>" . $imgpath[$i] . "</path>\r\n";
$_xml .= "<thumb>" . $thumbpath[$i] . "</thumb>\r\n";
$_xml .= "</image>\r\n";
}