Posted by Hyshiro Fri 2nd Mar 2007 17:11 - Syntax is PHP - 37 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
-
-
/* Program: new_member.php
-
* Desc: Displays the new member wleocme page. Greets member by name and gives user choice to enter
-
* restricted section or go back to main page.
-
*/
-
-
if (@$_SESSION['auth'] != "yes")
-
{
-
}
-
include("conf.inc");
-
$sql = "SELECT firstName, lastName FROM Member
-
WHERE loginName='{$_SESSION['logname']}'";
-
echo "
-
British Computer Solutions Ltd -
-
-
Welcome $firstName $lastName\n";
-
?>
-
Your new Member Account lets you enter the Members Only section of our web site. And you are now entitled to
-
the discounts!
-
Your new member ID and password were emailed to you. Store them carefully for future use.
-
"center">
"margin-top: .5in!">Glad you could join us!
"submit"value="Enter the members only section">"submit" value="Go to home page"> -
-
PermaLink to this entry https://pastebin.co.uk/11301
Posted by Hyshiro Fri 2nd Mar 2007 17:11 - Syntax is PHP - 37 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0