Codice PHP:
...
    
$script=(array)mysql_fetch_assoc($script);
    foreach (
$script as $row) {
       echo 
$row['script']."
;
    }
...