-
PHP Login script + extra value
Hi,
Can anyone make me a php login script that queries the database with an extra value sent back to the php script. Ok here is it broken down:
---------------------------------------------------
login.php
\|/
sends username <- -> My SQL Checks to see if username exists or an error is displayed.
sends password ^SAME AS ABOVE^
sends a hidden accesscode ^SAME AS ABOVE^
\
_\/
correct username and password AND a member url from database
\|/
memberpage.php
stores the member's url address
provides a pop-up with that member's url address with an extra directory >added on*
-------------------------------------------------------------
* for example:
$memberurl = $_POST['memberurl'];
$url_of_popup = $memberurl . "/another_dir";
-------------------------------------------------------------
A "Thank the user who made this post" will be added to their account for any help with this script.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks