Reply to sprintf
If you don't have an account, just leave the password field blank.
In this line...
sprintf(crap, "%s", spr[h].text);
..."crap" will have the value of "spr[h].text" or not??
If not, then what this line do?
sprintf(crap, "%s", spr[h].text);
..."crap" will have the value of "spr[h].text" or not??
If not, then what this line do?