├── Alumni-Management-System ├── pictures │ ├── desktop.ini │ ├── UMP.jpg │ ├── UMP1.jpg │ ├── event.jpg │ ├── cosplay.jpg │ ├── cosplay2.jpg │ ├── facebook.png │ ├── friends.jpg │ ├── friends2.jpg │ ├── friends23.jpg │ ├── friends3.jpg │ ├── instagram.png │ ├── twitter.png │ └── AlumniDiagram.png ├── image │ ├── WE2.jpg │ ├── WE23.png │ ├── top.jpg │ └── home header.jpg ├── css │ ├── logout.css │ ├── registration_login_status.css │ ├── eforum.css │ ├── alumni_mypostreply.css │ ├── n3.css │ ├── contact_us.css │ ├── about_us.css │ ├── alumni_financial.css │ ├── alumni_home.css │ ├── forgot_password.css │ ├── delete_forum_post.css │ ├── add_forum_post.css │ ├── header_navigationbar.css │ ├── register.css │ ├── login.css │ ├── update_profile.css │ ├── event&ann.css │ ├── forum_list.css │ └── index.css ├── main_events.php ├── main_announcement.php ├── eforum.php ├── logout.php ├── javascript │ ├── news_totop.js │ ├── aboutus_totop.js │ ├── addforum_totop.js │ ├── contact_totop.js │ ├── forumlist_totop.js │ ├── alumnihome_totop.js │ ├── updateprofile_totop.js │ ├── alumnifinancial_totop.js │ ├── deleteforumpost_totop.js │ ├── alumnipostreply_totop.js │ └── index.js ├── connect_database.php ├── login.html ├── about_us.php ├── announcement.php ├── admin_homepage.php ├── manage_events.php ├── events.php ├── forgot_password.php ├── setting │ ├── alumniaddforum_navigation.php │ ├── mypostreply_navigation.php │ ├── alumnihome_navigation.php │ ├── updateprofile_navigation.php │ ├── alumnifinancial_navigation.php │ ├── alumniforumlist_navigation.php │ ├── alumnisearchlist_navigation.php │ ├── adminpage_navigation.php │ ├── eforum_navigation.php │ ├── search_navigation.php │ ├── adminaddforum_navigation.php │ ├── admindeleteforum_navigation.php │ ├── aboutus_navigation.php │ ├── adminforumlist_navigation.php │ ├── adminsearchlist_navigation.php │ ├── news_navigation.php │ ├── index_navigation.php │ └── contactus_navigation.php ├── news.php ├── registration_status.php ├── alumni_home.php ├── register.html ├── login_status.php ├── add_announcement.php ├── alumni_financial.php ├── approve.php ├── index.html ├── index.php ├── search_alumni.php ├── delete_announcement.php ├── delete_forum_post.php ├── delete_events.php ├── contact_us.php ├── search_alumni2.php ├── NewPayment.php ├── add_forum_post.php ├── alumni_mypostreply.php ├── Financial_Record.php ├── add_event.php ├── manage_alumni.php ├── forum_list.php ├── update_profile.php ├── search_result.php ├── search_result2.php └── Database │ └── we_miniproject.sql └── README.md /Alumni-Management-System/pictures/desktop.ini: -------------------------------------------------------------------------------- 1 | [LocalizedFileNames] 2 | Alumni Diagram.png=@Alumni Diagram.png,0 3 | -------------------------------------------------------------------------------- /Alumni-Management-System/image/WE2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/image/WE2.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/image/WE23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/image/WE23.png -------------------------------------------------------------------------------- /Alumni-Management-System/image/top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/image/top.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/UMP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/UMP.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/UMP1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/UMP1.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/event.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/event.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/image/home header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/image/home header.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/cosplay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/cosplay.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/cosplay2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/cosplay2.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/facebook.png -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/friends.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/friends.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/friends2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/friends2.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/friends23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/friends23.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/friends3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/friends3.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/instagram.png -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/twitter.png -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/AlumniDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/AlumniDiagram.png -------------------------------------------------------------------------------- /Alumni-Management-System/css/logout.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | .logout 4 | { 5 | background: linear-gradient(to bottom right, red 0%, #050119 100%); 6 | width: 100%; 7 | height: 100%; 8 | color:black; 9 | font-size:100px; 10 | text-align:center; 11 | } -------------------------------------------------------------------------------- /Alumni-Management-System/main_events.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |E-Forum
14 |Please login to see the content.
15 |Techno Main Alumni Management Association
16 |The TMSL Alumni Association supervises the graduate programs in TMSL. 17 | This includes administering the admission, appointment of Alumnis, Members reviews, 18 | provision of financial assistance and assessment.
FUNCTION OF ALUMNI MANAGEMENT SYSTEM (AMS)
20 |The function of AMS includes the following: 21 |
| Announcement | "; 38 | while($row = mysqli_fetch_assoc($result)) 39 | { 40 | echo "
|---|
| ".$row["ann_name"]."";
42 | echo " ".$row["ann_desc"].""; 43 | echo " Announcement Time: ".$row["ann_time"]." "; 44 | echo " "; 45 | echo " |
| Serial NO | 42 |Admin ID | 43 |Alumni Name | 44 |
|---|---|---|
| " . $no. " | "; 54 | echo "" . $row['ad_id']. " | "; 55 | echo "" . $row['ad_fullname']. " | "; 56 | $no++; 57 | } 58 | ?> 59 |
| Events | "; 39 | while($row = mysqli_fetch_assoc($result)) 40 | { 41 | echo "
|---|
| ".$row["e_name"]."";
43 | echo " ".$row["e_desc"].""; 44 | echo " Event date: ".$row["e_date"]." | Event Time: ".$row["e_time"]." "; 45 | echo " Event Venue: ".$row["e_venue"]." "; 46 | echo " Person in charge: ".$row["e_pic"]." "; 47 | echo " "; 48 | echo " |
12 |
16 |
18 |
20 |
21 |
26 |
23 | Update Profile
24 |
25 |
27 |
34 |
35 |
37 |
38 | |
45 |
12 |
16 |
18 |
20 |
21 |
26 |
23 | Update Profile
24 |
25 |
27 |
34 |
35 |
37 |
38 | |
45 |
13 |
17 |
19 |
21 |
22 |
27 |
24 | Update Profile
25 |
26 |
28 |
35 |
36 |
38 |
39 |
41 | |
47 |
12 |
16 |
18 |
20 |
21 |
26 |
23 | Update Profile
24 |
25 |
27 |
34 |
35 |
37 |
38 | |
45 |
12 |
16 |
18 |
20 |
21 |
26 |
23 | Update Profile
24 |
25 |
27 |
34 |
35 |
37 |
38 | |
45 |
13 |
17 |
19 |
21 |
22 |
27 |
24 | Update Profile
25 |
26 |
28 |
35 |
36 |
38 |
39 | |
46 |
13 |
17 |
19 |
21 |
22 |
27 |
24 | Update Profile
25 |
26 |
28 |
35 |
36 |
38 |
39 | |
46 |
Announcements
16 || ANNOUNCEMENTS | 20 |DESCRIPTION | 21 |TIME | "; 22 | $sql = "SELECT * FROM announcement ORDER BY ann_time"; 23 | $result = $conn->query($sql); 24 | if($result==true) 25 | { 26 | while($row = $result->fetch_assoc()) 27 | { 28 | echo "
|---|---|---|
| ".$row["ann_name"]." | 30 |".$row["ann_desc"]." | 31 |".$row["ann_time"]." | "; 32 | echo "
Events
47 || EVENT | 56 |DATE | 57 |TIME | 58 |VENUE | 59 |DESCRIPTION |
|---|---|---|---|---|
| ".$row["e_name"]." | 63 |".$row["e_date"]." | 64 |".$row["e_time"]." | 65 |".$row["e_venue"]." | 66 |".$row["e_desc"]." | "; 67 | echo "
No events
"; 74 | } 75 | ?> 76 |
13 |
17 |
19 |
21 |
22 |
24 |
25 |
31 |
27 | Announcement Board
28 | Events
29 |
30 |
32 |
38 |
34 | Add New Forum Post
35 | Delete Forum Post
36 |
37 |
39 |
41 |
42 |
47 |
44 | New Payment
45 |
46 |
48 | |
56 |
13 |
17 |
19 |
21 |
22 |
28 |
24 | Main
25 | Becoming member
26 |
27 |
29 |
31 |
32 |
38 |
34 | Announcement Board
35 | Events
36 |
37 |
39 |
41 |
42 |
44 |
45 |
51 | |
55 |
13 |
17 |
19 |
21 |
22 |
28 |
24 | Main
25 | Becoming member
26 |
27 |
29 |
32 |
33 |
39 |
35 | Announcement Board
36 | Events
37 |
38 |
40 |
42 |
43 |
45 |
46 |
52 | |
56 |
11 |
15 |
17 |
19 |
20 |
22 |
23 |
29 |
25 | Announcement Board
26 | Events
27 |
28 |
30 |
36 |
32 | Add New Forum Post
33 | Delete Forum Post
34 |
35 |
37 |
39 |
40 |
45 |
42 | New Payment
43 |
44 |
46 | |
54 |
| Name: | "; 41 | echo "".$row["pi_name"]." | "; 42 | echo "
|---|---|
| Registration Number: | "; 45 | echo "".$row["pi_register"]." | "; 46 | echo "
| Gender: | "; 49 | echo "".$row["pi_gender"]." | "; 50 | echo "
| Address: | "; 53 | echo "".$row["pi_address"]." | "; 54 | echo "
| Mobile Number: | "; 57 | echo "".$row["pi_mobile"]." | "; 58 | echo "
| Email: | "; 61 | echo "".$row["pi_email"]." | "; 62 | echo "
| Session: | "; 65 | echo "".$row["pi_session"]." | "; 66 | echo "
| Branch: | "; 69 | echo "".$row["pi_branch"]." | "; 70 | echo "
13 |
17 |
19 |
21 |
22 |
24 |
25 |
31 |
27 | Announcement Board
28 | Events
29 |
30 |
32 |
38 |
34 | Add New Forum Post
35 | Delete Forum Post
36 |
37 |
39 |
41 |
42 |
47 |
44 | New Payment
45 |
46 |
48 | |
56 |
13 |
17 |
19 |
21 |
22 |
28 |
24 | Main
25 | Becoming member
26 |
27 |
29 |
31 |
32 |
38 |
34 | Announcement Board
35 | Events
36 |
37 |
39 |
41 |
51 | |
55 |
12 |
16 |
18 |
20 |
21 |
23 |
24 |
30 |
26 | Announcement Board
27 | Events
28 |
29 |
31 |
37 |
33 | Add New Forum Post
34 | Delete Forum Post
35 |
36 |
38 |
40 |
41 |
46 |
43 | New Payment
44 |
45 |
47 | |
55 |
12 |
16 |
18 |
20 |
21 |
23 |
24 |
30 |
26 | Announcement Board
27 | Events
28 |
29 |
31 |
37 |
33 | Add New Forum Post
34 | Delete Forum Post
35 |
36 |
38 |
40 |
41 |
46 |
43 | New Payment
44 |
45 |
47 | |
55 |
13 |
17 |
19 |
21 |
22 |
28 |
24 | Main
25 | Becoming member
26 |
27 |
29 |
32 |
33 |
39 |
35 | Announcement Board
36 | Events
37 |
38 |
40 |
42 |
43 |
45 |
46 |
52 | |
56 |
13 |
17 |
19 |
21 |
22 |
28 |
24 | Main
25 | Becoming member
26 |
27 |
29 |
32 |
33 |
39 |
35 | Announcement Board
36 | Events
37 |
38 |
40 |
42 |
43 |
45 |
46 |
52 | |
56 |
13 |
17 |
19 |
21 |
22 |
28 |
24 | Main
25 | Becoming member
26 |
27 |
29 |
32 |
33 |
39 |
35 | Announcement Board
36 | Events
37 |
38 |
40 |
42 |
43 |
45 |
46 |
52 | |
56 |
*****Incomplete information. No announcement created.*****
"; 78 | } 79 | else 80 | { 81 | $sql = "INSERT INTO announcement (ann_id, ann_name, ann_desc, ann_time) VALUES('$annid', '$annname', '$anndesc', '$anntime')"; 82 | if ($conn->query($sql) === TRUE) 83 | { 84 | echo "*****Topic successfully created.*****
"; 85 | echo "*****Please insert Alumni Registration Number for membership approval.*****
"; 43 | } 44 | else 45 | { 46 | $sql = "UPDATE alumnimember SET al_status= 'Approve' WHERE pi_register = '$alid'"; 47 | if ($conn->query($sql) === TRUE) 48 | { 49 | echo "*****Approval successfull.*****
"; 50 | echo "| NO | 77 |Alumni Registration Number | 78 |Alumni Name | 79 |Approval Status | 80 |
|---|---|---|---|
| " . $no. " | "; 90 | echo "" . $row['pi_register']. " | "; 91 | echo "" . $row['pi_name']. " | "; 92 | echo "" . $row['al_status']. " | "; 93 | $no++; 94 | } 95 | ?> 96 |
Welcome to UMP FSKKP Alumni
51 |Let's keep in touch..
Are you missing them? Your coursemates, your squad, your friends who up all night with you for assignments, gathering, events and so on.
53 | Come and join UMP FSKKP Alumni to keep in touch with your friends that you miss!
54 | Welcome back dearest alumni. Genuinely, one of our greatest assets is our global network of alumni. This page is to celebrate your achievements and provides you an access to our alumni community.
55 | Let's discover how to get involved and connect with the University and its supporters. Learn about the events we hold, and our services for UMP FSKKP alumni.
56 | We’re currently in touch with over 150,000 of our alumni from across Malaysia and the world, and we’re still looking for those we’ve lost contact with. Do you currently receive mailings from us? Have you recently changed address and need to let us know? UMP FSKKP Alumni maintains a database of tens of thousands of UMP FSKKP graduates, but we do not have accurate contact details for everyone. Please help us to keep in touch with you.
How to register as a member?
63 |Steps to become a member of UMP FSKKP Alumni...

Welcome to TMSL Alumni
51 |Let's keep in touch..
Are you missing them? Your coursemates, your squad, your friends who up all night
53 | with you for assignments, gathering, events and so on.
54 | Come and join TMSL Alumni to keep in touch with your friends that you miss!
55 | Welcome back dearest alumni. Genuinely, one of our greatest assets is our global network of
56 | alumni. This page is to celebrate your achievements and provides you an access to our alumni
57 | community.Let's discover how to get involved and connect with the University and its
58 | supporters. Learn about the events we hold, and our services for TMSL alumni.
59 | We’re currently in touch with over all of our alumni from across Kolkata and the world, and
60 | we’re still looking for those we’ve lost contact with. Do you currently receive
61 | mailings from us? Have you recently changed address and need to let us know ? TMSL Alumni
62 | maintains a database of thousands of TMSL graduates, but we do not have accurate
63 | contact details for everyone. Please help us to keep in touch with you.
How to register as a member?
70 |Steps to become a member of TMSL Alumni...

| NO | 68 |Announcement ID | 69 |Announcement Name | 70 |Announcement Description | 71 |Announcement Time | 72 |
|---|---|---|---|---|
| " . $no. " | "; 83 | echo "" . $row['ann_id']. " | "; 84 | echo "" . $row['ann_name']. " | "; 85 | echo "" . $row['ann_desc']. " | "; 86 | echo "" . $row['ann_time']. " | "; 87 | $no++; 88 | } 89 | ?> 90 |
*****Please insert Announcement ID for deletion.*****
"; 100 | } 101 | else 102 | { 103 | $sql = "DELETE FROM announcement WHERE ann_id = '$annmt_id'"; 104 | if ($conn->query($sql) === TRUE) 105 | { 106 | echo "*****Announcement Deletion Successfull.*****
"; 107 | echo "| NO | 66 |Event ID | 67 |Event Name | 68 |Event Date | 69 |Event Time | 70 |Event Description | 71 |Event Venue | 72 |Person in Charge | 73 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| " . $no. " | "; 84 | echo "" . $row['e_id']. " | "; 85 | echo "" . $row['e_name']. " | "; 86 | echo "" . $row['e_date']. " | "; 87 | echo "" . $row['e_time']. " | "; 88 | echo "" . $row['e_desc']. " | "; 89 | echo "" . $row['e_venue']. " | "; 90 | echo "" . $row['e_pic']. " | "; 91 | $no++; 92 | } 93 | ?> 94 | 95 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
24 | Contact us at: 25 |Tel : +XXXX XXX XXX 26 |Fax: +XXX XXX XXX 27 | |
28 |
29 | Email: emailus@technogroup.in30 | Our Social Pages: 31 |37 | |
38 |
FAQ
47 |
Who are our Alumni?
All individuals who have followed Diploma, Undergraduate, Postgraduate or PhD of 49 | the programmes of Techno Main Saltlake can register as our alumni.
50 |
How do I become a member of the Techno Main Saltlake Alumni?
All undergraduates and post graduates of Techno Main Saltlake can register as 52 | our alumni. It is important for alumni to update their particulars for the TMSL Alumni 53 | Directory (Database) by register as a member online and pay at the counter of Alumni 54 | TMSL so that we can keep in touch with you for life.
55 |
Do I need to pay any fee?
Yes, but it is only for membership registration. You can choose to pay 58 | yearly or pay for Life Membership. The fee for yearly paid and life membership are Rs 1000 59 | and Rs 2000 respectively.
60 |
As an alumni, how can I contribute towards the University?
You can help by participating in the various activities organized by 62 | the University or by contributing ideas or programmes towards enriching learning 63 | experience of all students. Other assistance include donation, sponsorship, expertise 64 | and volunteer services. Whatever your contribution they are most welcome.
65 |
I am still a student of the University, can I take part in alumni
66 | activities?
Yes, of course. We believed that the bond between alumni and students 68 | should begin as soon as the student enters the University because you will become 69 | our future alumni later on. The Alumni Advancement is also committed in organising 70 | training especially in soft skills and career development programmes to raise your 71 | employability in the job market upon graduation. We hope this will instill a pride 72 | in your alma mater and later on may wish to make whatever contribution towards 73 | achieving excellence for the University. 74 |
75 |*****Incomplete information. No payment inserted.*****
"; 94 | } 95 | else 96 | { 97 | $sql1 = "INSERT INTO financialdata (payment_id, total_payment, payment_purpose, payment_date, pi_register) VALUES('$paymentid', '$paymentpaid', '$paymentpurpose', '$paymentdate', '$alid')"; 98 | 99 | if ($conn->query($sql1) === TRUE) 100 | { 101 | echo "*****Payment successfully inserted.*****
"; 102 | echo "*****Incomplete information. No topic created.*****
"; 48 | } 49 | else 50 | { 51 | $getauthor="SELECT pi_name FROM alumniinfo WHERE pi_register='$userid'"; 52 | $result=$conn->query($getauthor); 53 | if($result->num_rows > 0) 54 | { 55 | while($row = $result->fetch_assoc()) 56 | { 57 | $fauthor=$row["pi_name"]; 58 | if($fauthor=="") 59 | { 60 | echo "*****No topic created.*****
*****Please complete personal information before joining e-forum.*****
*****Topic successfully created.*****
"; 69 | echo "*****Topic successfully created.*****
"; 90 | echo "| ".$row['eforum_title']." 53 | ".$row['eforum_content']." Tags: ".$row['eforum_tags']." | Time: ".$row['eforum_time']." | ";
54 | echo "
Replies to My Post:
"; 65 | echo "| ".$row['forum_topic']." 79 | ".$row['forum_message']." Sender: ".$row['forum_reply_name']." | Time: ".$row['forum_reply_time']." | ";
80 | echo "
| Topic: ".$row['forum_topic']." Reply: 110 | ".$row['forum_message']." Date & Time: ".$row['forum_reply_time']." | ";
111 | echo "
| No. | 46 |Payment ID | 47 |Alumni Name | 48 |Payment Purpose | 49 |Payment Date | 50 |Total Payment | 51 ||||
|---|---|---|---|---|---|---|---|---|
| " . $no. " | "; 63 | echo "" . $row['payment_id']. " | "; 64 | echo "" . $row['pi_name']. " | "; 65 | echo "" . $row['payment_purpose']. " | "; 66 | echo "" . $row['payment_date']. " | "; 67 | echo "" . $row['total_payment']. " | "; 68 | echo "|||
| NO | 60 |Alumni Registration Number | 61 |Alumni Name | 62 |Approval Status | 63 ||
|---|---|---|---|---|
| " . $no++. " | "; 74 | echo "" . $row['pi_register']. " | "; 75 | echo "" . $row['pi_name']. " | "; 76 | echo "" . $row['al_status']. " | "; 77 | echo "|
| Approve Membership | 83 |||||
| E-FORUM | 37 | query($sql); 40 | while($row = $result->fetch_assoc()) 41 | { 42 | echo "|
|---|---|
| #".$row["eforum_id"]." ".$row["eforum_title"]."";
44 | echo " ".$row["eforum_content"].""; 45 | echo " Tags: ".$row["eforum_tags"]." | Author: ".$row["eforum_author"]." | Time: ".$row["eforum_time"]." | |
| reply | |
| Serial Number | 44 |Registration Number | 45 |Name | 46 |Branch | 47 |Session | 48 |Works At | 50 ||
|---|---|---|---|---|---|---|
| " . $no++. " | "; 79 | echo "" . $row['pi_register']. " | "; 80 | echo "" . $row['pi_name']. " | "; 81 | echo "" . $row['pi_branch']. " | "; 82 | echo "" . $row['pi_session']. " | "; 83 | echo "" . $row['pi_email']. " | "; 84 | echo "" . $row['pi_company']. " | "; 85 | echo "
| Serial Number | 63 |Registration Number | 64 |Name | 65 |Gender | 66 |Branch | 67 |Session | 68 |Mobile | 70 |Works At | 71 ||
|---|---|---|---|---|---|---|---|---|
| " . $no++. " | "; 100 | echo "" . $row['pi_register']. " | "; 101 | echo "" . $row['pi_name']. " | "; 102 | echo "" . $row['pi_gender']. " | "; 103 | echo "" . $row['pi_branch']. " | "; 104 | echo "" . $row['pi_session']. " | "; 105 | echo "" . $row['pi_email']. " | "; 106 | echo "" . $row['pi_mobile']. " | "; 107 | echo "" . $row['pi_company']. " | "; 108 | echo "