Thanks Toly for the reply.
Regarding my 2nd question, when i backup using mysqldump, all the INSERT values then to be crowded into 1 statement. Here is an example
PHP Code:
INSERT INTO gamerz_b2useronline VALUES (1056372803,'Guest','195.145.249.80','/orientek/kore/gamerz/b2archives.php'),(1056373085,'GamerZ','202.156.40.184','/orientek/kore/gamerz/');
while if you are using phpmyadmin it will give you
PHP Code:
INSERT INTO gamerz_b2useronline VALUES (1056372803,'Guest','195.145.249.80','/orientek/kore/gamerz/b2archives.php')
INSERT INTO gamerz_b2useronline VALUES (1056373085,'GamerZ','202.156.40.184','/orientek/kore/gamerz/');
Is much more neater on the phpmyadmin side.
Bookmarks