Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by www ( 16 years ago )
<?php
require_once '../inc/core.php';
require_once '../inc/func.php';
if($_COOKIE['admin'] != $md5_admin_pass) die('invalid password');
$sql = "SELECT * FROM podcast_list";

echo '<form action="podcast_upload.php" method="POST" enctype="multipart/form-data">';
    echo '<select name="podcast">';
        foreach(sql_list($sql) as $list){
        echo '<option value="'.$list['id'].'>">'.$list['name'].'</option>';
        }

    echo'</select>
</form>'
?>

 

Revise this Paste

Children: 17661
Your Name: Code Language: