我在数组中有以下数据,我想将每个数组索引的内容存储到 mysql 表 myforum 中:
    Array ( 
            [0] => zero, those players that are trialing for hib team, (hpb's) most of them are like 300 -400 pingers? umm..mager lagg and even worse when they play on uk server's i bet/ 
            [1] => 1998-04-25T213200Z 
            [2] => http//boards.ie/vbulletin/showpost.php?p=67075 
          ) 
mysql表列是:内容,日期,帖子
[0] index value should store in content column,
[1] should store in date column and
[2] should store in post column