Web Analytics Made Easy -
StatCounter User Name and password - CodingForum

Announcement

Collapse
No announcement yet.

User Name and password

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • User Name and password

    How do you include a User name and Password in a hyperlink to a secured site

  • #2
    Your question is not easily answered without knowing more information about the environment which it is to be used in.

    Presumably the username and password are coming from some kind of database on your server or maybe even the authentication system that comes by default on your server platform?

    Why not use a sesssion variable so that you know your user is logged in. You can then check for this variable on each page (using a server-side language such as ASP or PHP) and redirect the user to the login page accordingly.

    If you can explain in a bit more detail what you are trying to do (and the language you are trying to do it in), I'm sure someone here will be able to explain things a bit further.
    As easy as 3.1415926535897932384626433832795028841

    Comment


    • #3
      The usual way of doing it is like this

      http://username[email protected]

      Jee
      Jeewhizz - MySQL Moderator
      http://www.sitehq.co.uk
      PHP and MySQL Hosting

      Comment

      Working...
      X