how can i create a table like other in the same database with MySQL ??
Thx. for help
aelma
if(you have command line access) { try using mysqldump; } else { download and install PHPMyAdmin; use PHPMyAdmin's very simple tool; }