Jump to content

Login Script Question


daanrio

Recommended Posts

so i have a module to do test logins and for our allready checked page we wrote a db update script everytime a check box is checked. but i cant seem to find the correct link to go to the script it is in de same folder as the php what i have now is.

 

function resetfunc() {
       var xhttp = new XMLHttpRequest();
       var id = document.getElementById("resetcheck").value;
       xhttp.open("GET", "modules/addons/logintest/reset.php?id=" + id, true);
       xhttp.send();
   }

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated