Log in

View Full Version : PHP Login script + extra value



fileserverdirect
08-08-2007, 08:50 PM
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.