07.06.2015, 19:29
Hi all.
I want to create column by pawno.
Table name is: negozio
EXAMPLE USE:
How to do this?
I want to create column by pawno.
Table name is: negozio
EXAMPLE USE:
PHP код:
for(new num = 0; num < sizeof(Water); num++)
{
//sizeof(Water) = 30
new string[150];
format(string, sizeof(string), "Water_%d", num);
FUNCTION TO ADD COLUMNS.
}