Help for this page

Select Code to Download


  1. or download this
    print "$db[0]\n";
    
  2. or download this
    $sql = "select * from mytable";<BR>
    while (@data = $sth->fetchrow()) {<BR>
        mkdir($data[1]) if (! -d $data[1]);<BR>
    }