basic-php-12-user-personal.php / php
<?php include "auth_user.inc.php"; include "conn.inc.php"; ?> <html> <head> <title>Beginning PHP5, Apache and MySQL</title> </head> <body> <h1>Welcome to your personal information area</h1> <p> Here you can update your personal information, or delete your account.<br> Your information as you currently have it is shown below:<br> <a href=<index.php>>Click here</a> to return to the home page<br><br> <?php _SESSION['user_logged'] . "' " . "AND password = (PASSWORD('" . result = mysql_query(row = mysql_fetch_array(<?php echo row['first_name']; ?><br> Last Name: <?php echo <br> City: <?php echo row['city']; ?><br> State: <?php echo <br> Email: <?php echo row['email']; ?><br> Hobbies/Interests: <?php echo <br><br> <a href="update_account.php">Update Account</a> | <a href="delete_account.php">Delete Account</a> </p> </body> </html>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.