This files look like this example:
Code: Select all
&age=34&address=90&var3=77&var4=<strong>samba</strong><br>Lets's danceCode: Select all
$value[$i]=strpos($var_value[$i],"<");
if ($value[$i]!=" "){ //do whatever...
}I know this is very poor and suggestions are welcome, this is first problem.
Second problem is that those variables in the TXT contain Spanish accents and characters like the Ñ, should be good to know how to open the files without the PHP making a real mess with all those characters.