help for starter
Posted: Sun Nov 28, 2004 3:53 pm
Hello folks.
I just got some php/mysql project to do, but never used either. So don't know how to begin.
I have to to some log analyzer. And I'm stuck dead.
I have log files which consists:
#some
#coments
No. IP adress MB
1 193.219.60.50 15.58
2 193.219.6.107 255.011
.....................................................
n x.x.x.x y.y
And I need upload data to mysql via php (gonna use phpmyadmin).
I made 6 cols table for No. MB and 4 for ip address (duno if its good to save ip into 4 parts)
Could any one help to do this? I need somewhere to start....
Thanks!
I just got some php/mysql project to do, but never used either. So don't know how to begin.
I have to to some log analyzer. And I'm stuck dead.
I have log files which consists:
#some
#coments
No. IP adress MB
1 193.219.60.50 15.58
2 193.219.6.107 255.011
.....................................................
n x.x.x.x y.y
And I need upload data to mysql via php (gonna use phpmyadmin).
I made 6 cols table for No. MB and 4 for ip address (duno if its good to save ip into 4 parts)
Could any one help to do this? I need somewhere to start....
Thanks!