How to create Logout while using Kompozer?

2 replies
  • WEB DESIGN
  • |
I am creating membership site and using Kompozer for designing it. I am doing all hard work for it, but problem of creating 'Logout' button at my membership site remains. Can any one experienced guy using Kompozer guide me on how to create 'Logout' button. Thanks in advance for guiding me.

Pradeep
#create #kompozer #logout
  • Profile picture of the author Bruce Hearder
    Wouldn't it just be another button that calls some script, like PHP, that logs the user out.

    something like:

    <form name="logoutfrm" action="logout.php">
    <input type="submit" name="submit" value="Log Out" />
    </form>

    Bruce
    {{ DiscussionBoard.errors[1852434].message }}
    • Profile picture of the author Pradeep Bhagwat
      Thanks Bruce for replying quickly. But I can not understand how to utilize your suggestion. Can you give me more information about it. Please.

      - Pradeep
      {{ DiscussionBoard.errors[1853788].message }}

Trending Topics