dimanche 8 janvier 2017

how to check if tag (link) in html is clicked in php i tried it by if(isset[$_GET[ "idofLink"])

"but in this case it get for me the else statement "

file1.php
"<li class="active"><a name = "profile" href="includes/submit-                profile.php">Profile</a></li>"
profile.php
     " if(isset("profile")){    
                //do smth....
       } else{
                //do smth else ...
        }"




Aucun commentaire:

Enregistrer un commentaire