———-ENGLISH———-
This problem shows when a script or form is not pharsing the information (so the form or script results is empty) but you are not getting some error message, click “more” to get information about how to solve it.
———-ESPAÑOL———-
Este problema se presenta cuando un script o formulario no transmite la información (por lo que el resultado queda vacío) y no muestra algun mensaje de error, da click en “more” para saber como solucionarlo
———-ENGLISH———-
For security, our new web servers configurations have the register globals php option off, if you are getting this problem, you only need to make a file called php.ini, put it in your web root folder (public_html) and put this text on it:
register_globals=on;
———-ESPAÑOL———-
Por seguridad, nuestros nuevos servidores de web tienen la opción de php “register globals” apagado. si estas teniendo este problema solo necesitas hacer un archivo con nombre php.ini y ponerlo en la raiz de tu web (public_html) con el siguiente texto:
register_globals=on;