Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
ItemClass.csv каза:"id","subclass?","Column #3","name","Column #5","Column #6","Column #7","Column #8","Column #9","Column #10","Column #11","Column #12"
0,0,"","Consumable",0,0,0,0,0,0,0,8323198
1,1,"","Container",0,0,0,0,0,0,0,8323198
2,2,"Consumable","Weapon",0,0,0,0,0,0,0,8323198
3,3,"","Jewelry(OBSOLETE)",0,0,0,0,0,0,0,8323198
4,4,"","Armor",0,0,0,0,0,0,0,8323198
5,5,"","Reagent",0,0,0,0,0,0,0,8323198
6,6,"","Projectile",0,0,0,0,0,0,0,8323198
7,7,"","Trade Goods",0,0,0,0,0,0,0,8323198
8,8,"","Generic(OBSOLETE)",0,0,0,0,0,0,0,8323198
9,9,"","Recipe",0,0,0,0,0,0,0,4128894
10,10,"","Money(OBSOLETE)",0,0,0,0,0,0,0,8323198
11,6,"","Quiver",0,0,0,0,0,0,0,8323198
12,0,"","Quest",0,0,0,0,0,0,0,8323198
13,0,"","Key",0,0,0,0,0,0,0,8323198
14,1,"","Permanent(OBSOLETE)",0,0,0,0,0,0,0,8323198
15,0,"","Miscellaneous",0,0,0,0,0,0,0,4128894
$масив1 = explode("," , $прочетен_pед_от_файл1 );
$масив2 = explode("," , $прочетен_pед_от_файл2 );
for($i=0; $i < count($масив1 , 0); $i++)
{
if($масив1[$i]!=$масив1[$i])
{
// ДВАТА РЕДА СА РАЗЛИЧНИ
}
}