Merge two lists in one table?

SeoSexanSun

Новичок
Регистрация
25.05.2011
Сообщения
24
Благодарностей
0
Баллы
1
Hi guys,

I want to know if it's possible to merge 2 lists in one table?

For example:

list 1:
google.com
yahoo.com

list2:
touki
bernarde

Merge and made a table called "table1" with two colums:

google.com ; touki
yahoo.com ; bernarde


Is it possible?


Thanks for you patience.
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Create a loop

1) Take line1 with deleting from list1, put to variable var1
2) take line1 with deleting from list2 and put to variable var2
Add line {-variable.var1-};{-variable.var2-} to table

And do it in the loot till you run out of lines)
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)