Help for this page

Select Code to Download


  1. or download this
    use Tie::DBI;
    
    ...
         moderates   => $moderates,
         dateCreated => $now_string,
    );
    
  2. or download this
    mysql> describe users;
    +-------------+-------------+------+-----+---------+-------+
    ...
    | songsPlayed | int(11)     | YES  |     | 0       |       |
    | dateCreated | datetime    | YES  |     | NULL    |       |
    +-------------+-------------+------+-----+---------+-------+