jquery Programming Glossary: isauthentic
PHP / Ajax : How to show/hide DIV on $_SESSION variable value? http://stackoverflow.com/questions/19110684/php-ajax-how-to-show-hide-div-on-session-variable-value password if isset _REQUEST userName userName _REQUEST userName if isset _REQUEST password password _REQUEST password isAuthentic isAuthenticUser userName password _SESSION isAuthentic isAuthentic echo isAuthentic I try to use the below written function.. isset _REQUEST userName userName _REQUEST userName if isset _REQUEST password password _REQUEST password isAuthentic isAuthenticUser userName password _SESSION isAuthentic isAuthentic echo isAuthentic I try to use the below written function where ever.. userName if isset _REQUEST password password _REQUEST password isAuthentic isAuthenticUser userName password _SESSION isAuthentic isAuthentic echo isAuthentic I try to use the below written function where ever I need to show hide elements. function isCurrentUserAuthenticated..
|