Fatto... tutto bene... se non fosse che il file IPN mi esegue il codice che ho scritto nella condizione:
if (strcmp ($res, "VERIFIED") == 0) {
.....
}
e non quello in:
else if (strcmp ($res, "INVALID") == 0) {
.....
}
Non capisco per quale motivo...
mi potresti aiutare?