PHP Login Script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepaks85
    New Member
    • Aug 2006
    • 114

    PHP Login Script

    Dear Sir,

    Whenever I login into my account in thescripts.com and logout from it, I can see in URL my id is always 32573. When I visit control panel and wants to change something, I can see the in URL that there is a file called 'profile.php' which contains all the coding about 'Edit password', 'edit profile', 'edit avtar' etc.. And the URL is coming like this
    '..../profile.php?do= editpassword'. It shows that there is a variable 'do' in 'profile.php' in which all the values are passing.

    I am trying to build same kind of thing. But I don't know how to do it. As per my knowledge in PHP, I will create separate page for each link (i.e., editpassword.ph p, editprofile.php , editavtar.php etc.) and I don't want to do that, I want a page like 'profile.php' which contains all the coding so that I can make my work easier.

    Can you please help me with this? How can I do this?

    I don't know how to pass values hyperlink variables and how to revtrieve values from hyperlinks variables.

    Thanks
    Deepak
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    The advice, given to you 2 months ago in thread http://www.thescripts.com/forum/thread550329.html still stands. In order to perform these kind of things you need to get some basic education/tutorials on PHP before you embark on such an assigment.

    Developing an application like the one you are referring to is no easy task and you need quite some understanding of the process. You cannot expect others to make that code for you.
    When you have developed code for this problem, show us and we will assist you.

    Ronald :cool:

    Comment

    Working...