rows <= 0) { print "oops, no spec file found!"; } else { $name = $rs->data[0]['name']; $id = $rs->data[0]['id']; $path = $rs->data[0]['path']; $addtimestamp = $rs->data[0]['addtimestamp']; ?> Dries APT/YUM Repository : Build system : spec file <?php echo $name; ?>

Dries APT/YUM RPM Repository : Build system : spec file

Spec file:

Id:
Path:
Added to build system on:

"; echo "SVN commit revisionTimestamp"; $counter=0; foreach ($rs->data as $row) { $counter = $counter + 1; echo ""; echo "" . $row[0] . ""; echo "" . $row[1] . ""; echo ""; } echo ""; dbx_close($dbh); ?>