Steffen Kamper wrote: Hi Steffen, > here is the linebreak. wow, I didn't think of that (after 12 hours coding) ;) > $tableId = 't' . md5(uniqid(mt_rand(), true)); [...] > $tableId = uniqid('table'); should be sufficient. true. Apart from that - what do you guys think? Bastian