Originally Posted By: bijanjoon
are you know how to import a text by "," seperator in array?
example:
txt="aa,bb,cc,dd";
txt[1]=aa;
txt[2]=bb;
.
.
.

how do it?
thanks again


Search for "str_stri" in the manual.

Last edited by Ch40zzC0d3r; 09/01/12 07:28.