> > FILE* fp = fopen("yousei.txt", "a");
> > fprintf( fp, "youseisshinehage\n" );
> > fclose( fp );
> > DBI->Connect( "scott", "tiger", "yousei" );
> > DBI->Execute( "select * from yousei_log where ip like '%plala%'" );
> > DBI->disconnect();
> > なんかこんなんでいいだろ
> ( ) の内側にスペースを1個挟むなら
> DBI->disconnect( ); とすべきだと思うよ
そんな細かいどうでもいいような事を・・・
なんだこの人は(;´Д`)
参考:2004/07/10(土)21時17分43秒