PlacementExperience
|
Displays profile. More...
Go to the source code of this file.
Variables | |
if(isset($_SESSION['loggedin'])) | else |
Displays profile.
Displays the profile of user. It contains a table with user's information and another table conataing posts written by user with optiosn to edit and delete.
sql_smt | Query to 'student' db to get name, rool_no, email and branch of user. Then used as Query to Show the posts enetered by user till now. |
Definition in file profile.php.
if (isset( $_SESSION[ 'loggedin'])) else |
To check for logging Move to index.php
Definition at line 223 of file profile.php.