Why should I rely on
PHPJabbers.com for all my PHP scripting needs? What do you offer me when
buying some script?
Top quality scripts
Full demo before buying
Best pricing
Script customization
7 days a week support
Installation support
Secure buying
Create user login in PHP
posted on 2006-10-03 22:05:11
| zylon posted on 2007-09-28 17:16:03
|
| For all of you that say that you have tried the php code that Veselin created and are having issues - can I suggest (without offending people) that you make sure that you are using a pure text editor - that you copy and paste the code EXACTLY asis - and I hate to say it - read the instructions. This code works flawlessly. |
| michele posted on 2007-09-06 08:18:58
|
i have a few questions can i make it where i give the usernames and passwords and be able to redirect them to certain pages for the specific user please email me back at bthibodeaux@tlrlegalresearch.com and mpeele@tlrlegalresearch
Thank you for the help |
| Janice Valletta posted on 2007-08-15 07:53:36
|
| OOOO never mind! if itsin the password file this is a null issue. My mistake. Works beautifully. |
| Janice Valletta posted on 2007-08-15 07:50:07
|
I only have one error, and thats in the header for the redirect. I amworried that somehow its not getting the second " mark. I get redirected to a null webpage.
header("Location:" .$REDIRECT[$temp]);
Doesnt Location have to have a second quotation? as such:
header("Location: http://www.$site_registered_to");
The above code loses the last and I cant seem to add it back in. |
| james posted on 2007-08-07 07:58:47
|
| my email is j@juicygecko.com |
| james posted on 2007-08-07 07:58:25
|
| Ok, im lost.. i dont understand how to let the users sign up, and how to get them directed too their own page? can someone help me? |
| Mike posted on 2007-08-02 22:16:16
|
| where do i put my page the users want to be directed to after login? |
| Whit posted on 2007-07-31 22:30:22
|
| I have used the $REDIRECT array and the other code from Dan's post about redirecting your user to another page upon login; however, it only works for the 1 username and password I set up. If I add other usernames and passwords they do not get redirected. Instead, it says page not found and my url is listed as the login page. I'm thinking my problem has something to do with the code in the passwords or login page because it seems like once I log in, it doesn't even try to redirect me to the other site. |
| Mike posted on 2007-07-29 21:21:06
|
| How Do You Make The User When Logged in Be Directed To A Diffrent Page? |
| Daysha posted on 2007-07-24 06:18:19
|
How does one's site keep data info so that when a user logs in, they have their own specifice information. For example, after a user logs in, adn they go to an email form, some of their information will already be inserted because they are logged into their account
Tahnks
Day
------------------------
Veselin: you need to create user profile for each register user and store it into a database. Then when the user logs in, your PHP script should read user profile data and display it on a web page. |