├── INDEXNEXT.html
├── LOGINNEXT.html
├── New Text Document.txt
├── README.md
├── back.html
├── back1.html
├── collegefee.html
├── contact.html
├── delet.html
├── delet.php
├── fee.html
├── fee.php
├── fee.txt
├── form1.html
├── form1.php
├── form1.txt
├── form1next.html
├── form2.html
├── form2.php
├── form2.txt
├── form3.html
├── form3.php
├── form3.txt
├── form4.html
├── form4.php
├── form4.txt
├── funny.html
├── image
├── 1.jpg
└── 2.jpg
├── index.html
├── index.txt
├── indexsearch.PHP
├── login.php
├── search4.php
├── searchform
├── search.php
├── search1.php
└── search2.php
├── searchform1.html
├── searchform1.php
├── searchform2.html
├── searchform2.php
├── searchform3.html
├── searchform3.php
├── searchform4.html
├── searchform4.php
├── searchmodifydelet.html
├── style1.css
├── style2.css
├── style3.css
├── style4.css
├── view.php
└── view1.php
/INDEXNEXT.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
24 |
25 |
26 |
27 |
30 |
33 |
36 |
39 |
41 |
42 |
43 |
44 |
45 |
48 |
49 |
50 |
51 |
52 |
--------------------------------------------------------------------------------
/LOGINNEXT.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
23 |
24 |
27 |
30 |
33 |
36 |
40 |
41 |
42 |
43 |
46 |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/New Text Document.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TechCodeDev/Student_management_system/583d5d766c8d0e1f04bc7d940c0fcf506fa74fab/New Text Document.txt
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Student_management_system
--------------------------------------------------------------------------------
/back.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | Student Management System
17 |
18 |
19 |
20 |
26 |
27 |
28 |
29 |
30 | Thanku
31 |
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/back1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | Student Management System
17 |
18 |
19 |
20 |
26 |
27 |
28 |
29 |
30 |
31 | Application already exist
32 |
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/collegefee.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
20 |
21 |
22 |
23 |
24 |
25 |
37 |
38 |
41 |
42 |
43 |
46 |
47 |
48 |
49 |
50 |
53 |
54 |
55 |
56 |
62 |
63 |
64 |
67 |
68 |
69 |
70 |
71 |
--------------------------------------------------------------------------------
/contact.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | contact
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
ABOUT THIS APPLICATION This is a mini project to develop a file structure application for student management system.
13 |
14 | This application helps us to provide services on time and also accurate solutions for the problems of the organization.
15 |
16 |
17 | CREDITS
18 |
19 | At first we are thankfull to pradeep sir.Sir we learnt the BASICS of HTML,PHP,MYSQL(XAMP).Before that we dont have any idea about developing a file structure application.
20 | After we learn basics we want to learn more so we went for YOUTUBE. there we learn BASIC CSS and we implemented according to our imagination and requirements.I M VERY THANKFULL TO MANY PEOPLE WHO GIVES TUTORIALS IN YOUTUBE(SORRY I DONT KNOW THE NAME AS I SEARCHED RANDOMLY)
21 | HONESTLY WE DID NOT DIRECTLY COPY(or cut/paste) THE CODE . WE LEARNT AND IMPLEMENTED ACCORDING TO OUR IMAGINATION AND REQUIREMENT OF THE PROJECT.
22 |
23 |
24 | AT LAST
25 |
26 | There may be some restrictions or drawbacks in this project,We are very SORRY for that.WE ARE JUST BEGINNERS WE TRIED OUR BEST.
27 |
--------------------------------------------------------------------------------
/delet.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 | Student Management System
50 |
51 |
52 |
53 |
61 |
62 |
63 | DELETE STUDENT DETAIL
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
81 |
82 |
83 |
84 |
--------------------------------------------------------------------------------
/delet.php:
--------------------------------------------------------------------------------
1 | data is deleted ");
21 | $found=1;
22 | }
23 |
24 | }
25 | if($found==0)
26 | {
27 | echo("enter correct applictaion number");
28 | }
29 |
30 | //$a_number=$_REQUEST['search'];
31 | $line=file('form2.txt');
32 | $handle = fopen("form2.txt", "r") or die("Unable to open file!");
33 | $del="$$";
34 | //echo($line[0]);
35 | //$pat=$line[0];
36 | //echo($pat[0]);
37 | //$pattern = explode("|",$line[0]);
38 | while(! feof($handle))
39 | { $raj=fgets($handle);
40 | $pattern = explode("|",$raj);
41 | if($pattern[0]==$a_number)
42 | { //echo($pattern[0]);
43 | $lines=$pattern[0];//."|".$pattern[1]."|".$pattern[2]."|".$pattern[3]."|".$pattern[4]."|".$pattern[5]."|".$pattern[6]."|".$pattern[7]."|".$pattern[8]."|".$pattern[9]."|".$pattern[10]."#".PHP_EOL;
44 | $str=file_get_contents('form2.txt');
45 | $str=str_replace("$lines","$del",$str);
46 | file_put_contents('form2.txt',$str);
47 | // echo("data is deleted");
48 |
49 | }
50 |
51 | }
52 |
53 | $line=file('form3.txt');
54 | $handle = fopen("form3.txt", "r") or die("Unable to open file!");
55 | $del="$$";
56 | //echo($line[0]);
57 | //$pat=$line[0];
58 | //echo($pat[0]);
59 | //$pattern = explode("|",$line[0]);
60 | while(! feof($handle))
61 | { $raj=fgets($handle);
62 | $pattern = explode("|",$raj);
63 | if($pattern[0]==$a_number)
64 | { //echo($pattern[0]);
65 | $lines=$pattern[0];//."|".$pattern[1]."|".$pattern[2]."|".$pattern[3]."|".$pattern[4]."|".$pattern[5]."|".$pattern[6]."|".$pattern[7]."|".$pattern[8]."|".$pattern[9]."|".$pattern[10]."#".PHP_EOL;
66 | $str=file_get_contents('form3.txt');
67 | $str=str_replace("$lines","$del",$str);
68 | file_put_contents('form3.txt',$str);
69 | // echo("data is deleted");
70 |
71 | }
72 |
73 | }
74 |
75 | $line=file('form4.txt');
76 | $handle = fopen("form4.txt", "r") or die("Unable to open file!");
77 | $del="$$";
78 | //echo($line[0]);
79 | //$pat=$line[0];
80 | //echo($pat[0]);
81 | //$pattern = explode("|",$line[0]);
82 | while(! feof($handle))
83 | { $raj=fgets($handle);
84 | $pattern = explode("|",$raj);
85 | if($pattern[0]==$a_number)
86 | { //echo($pattern[0]);
87 | $lines=$pattern[0];//."|".$pattern[1]."|".$pattern[2]."|".$pattern[3]."|".$pattern[4]."|".$pattern[5]."|".$pattern[6]."|".$pattern[7]."|".$pattern[8]."|".$pattern[9]."|".$pattern[10]."#".PHP_EOL;
88 | $str=file_get_contents('form4.txt');
89 | $str=str_replace("$lines","$del",$str);
90 | file_put_contents('form4.txt',$str);
91 | // echo("data is deleted");
92 |
93 | }
94 |
95 | }
96 |
97 |
98 | $line=file('fee.txt');
99 | $handle = fopen("fee.txt", "r") or die("Unable to open file!");
100 | $del="$$";
101 | //echo($line[0]);s
102 | //$pat=$line[0];
103 | //echo($pat[0]);
104 | //$pattern = explode("|",$line[0]);
105 | while(! feof($handle))
106 | { $raj=fgets($handle);
107 | $pattern = explode("|",$raj);
108 | if($pattern[0]==$a_number)
109 | { //echo($pattern[0]);
110 | $lines=$pattern[0];//."|".$pattern[1]."|".$pattern[2]."|".$pattern[3]."|".$pattern[4]."|".$pattern[5]."|".$pattern[6]."|".$pattern[7]."|".$pattern[8]."|".$pattern[9]."|".$pattern[10]."#".PHP_EOL;
111 | $str=file_get_contents('fee.txt');
112 | $str=str_replace("$lines","$del",$str);
113 | file_put_contents('fee.txt',$str);
114 | // echo("data is deleted");
115 |
116 | }
117 |
118 | }
119 |
120 | ?>
--------------------------------------------------------------------------------
/fee.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | Student management system
17 |
18 |
19 |
20 |
27 |
28 | College Fee
29 |
30 |
129 |
130 |
131 |
--------------------------------------------------------------------------------
/fee.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | *****************************************
7 | Fee recipt
8 |
9 | *****************************************
10 |
11 | Application-number :: $c_application\n");
68 | /* echo nl2br ("Name ::$ $c_name");
69 | echo nl2br ("$c_lname\n ");
70 | echo nl2br ("Date of payment :: $c_dfb\n ");
71 | echo nl2br ("Phone-number :: $p_phno\n ");
72 | */
73 | $f1=75000;
74 | $h=-1;
75 | $f=$f1-$p_citz;
76 | if($p_citz>$f1)
77 | {
78 | $p=$f*$h;
79 | echo nl2br ("extra amount $p will consider as college donation");
80 | echo nl2br ("balance-amount :: 0\n ");
81 | echo nl2br ("Amount-paid(present paid amount) :: $p_citz\n ");
82 | }
83 | else
84 | {
85 | echo nl2br ("balance-amount :: $f\n ");
86 | echo nl2br ("Amount-paid(present paid amount) :: $p_citz\n ");
87 | }
88 | }input();
89 |
90 | function packs()
91 | {
92 | global $buffer;
93 | global $c_application, $c_name,$c_lname,$c_dfb, $c_fat,$p_mot,$p_phno,$p_citz,$p_padr,$p_radr, $p_cate;
94 | $buffer=$c_application."|".$p_citz."|".""."#".PHP_EOL;
95 | }packs();
96 |
97 | function write()
98 | {
99 | global $buffer;
100 | $fp=fopen("fee.txt","a");
101 | fwrite($fp,$buffer);
102 | fclose($fp);
103 |
104 |
105 |
106 | }write();
107 | }
108 | else
109 | {
110 | global $pattern2,$a_number,$fee,$p_citz,$arep,$are,$totala;
111 | $a_number=$_REQUEST['Application'];
112 | $lines2=file('fee.txt');
113 | $handle2 = fopen("fee.txt", "r") or die("Unable to open file!");
114 | //$del="$$";
115 |
116 | while(! feof($handle2))
117 | {
118 | $raj2=fgets($handle2);
119 | $pattern2 = explode("|",$raj2);
120 | if($pattern2[0]==$a_number)
121 | {
122 | echo nl2br ("Application-number :: $pattern2[0]\n ");
123 | /* echo nl2br ("Name :: $pattern2[1]");
124 | echo nl2br ("$pattern2[2]\n ");
125 | echo nl2br ("Date of payment :: $pattern2[3]\n ");
126 | echo nl2br ("Phone-number :: $pattern2[4]\n ");*/
127 | $are=75000;
128 | $l=-1;
129 | $arep=$are-$pattern2[1];
130 |
131 | $totala=$are-$arep;
132 | if($totala>$are)
133 | {
134 | $o=$arep*$l;
135 | echo nl2br ("extra amount $o will consider as college donation");
136 | echo nl2br ("balance-amount ::0 ");
137 | echo nl2br ("total Amount-paid(Already paid amount) :: $totala\n ");
138 | echo nl2br ("Amount-paid (present paid amount):: $p_citz\n ");
139 | }
140 | else
141 | {echo nl2br ("balance-amount ::$arep ");
142 | echo nl2br ("total Amount-paid(Already paid amount) :: $totala\n ");
143 | echo nl2br ("Amount-paid (present paid amount):: $p_citz\n ");
144 |
145 | }
146 |
147 |
148 |
149 | $lin=$pattern2[1];
150 |
151 | $fee=$lin+$p_citz;
152 |
153 | //echo($lin);
154 | //$fee1=$lin;
155 | //$fee+=$fee1;
156 | //."|".$pattern[1]."|".$pattern[2]."|".$pattern[3]."|".$pattern[4]."|".$pattern[5]."|".$pattern[6]."|".$pattern[7]."|".$pattern[8]."|".$pattern[9]."|".$pattern[10]."#".PHP_EOL;
157 | $str=file_get_contents('fee.txt');
158 | $str=str_replace("$lin","$fee",$str);
159 | file_put_contents('fee.txt',$str);
160 | //echo("data is deleted");
161 | }
162 | }
163 |
164 | }
165 | }
166 | }
167 | else
168 | {
169 |
170 |
171 | echo("Enter correct application number ");
172 | }
173 |
174 |
175 |
176 | ?>
177 | *****************************************
178 |
179 | PRINT
180 |
181 |
186 |
187 |
188 |
189 |
190 | *****************************************
191 |
192 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | Student Management System
17 |
18 |
19 |
20 |
27 |
28 | ADDMISSION FORM
29 |
30 |
212 |
213 |
214 |
--------------------------------------------------------------------------------
/form1.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
62 |
63 |
--------------------------------------------------------------------------------
/form1.txt:
--------------------------------------------------------------------------------
1 | 101|PUNEETH|N|14/03/1998|NAGARAJU|SAVITRRAMMA|7892952673|3B|INDIAN|SIRA|TUMKUR|#
2 | 102|Bhagya|K|22/10/1996|KARIYAPPA|PUTTARANGAMMA|8904716176|3A|INDIAN|SIRA|SIRA|#
3 | 103|sathish|k|16/03/2000|kariyappa|puttarangamma|9164936967|3a|INDIAN|sira|sira|#
4 | 104|anusha|N|30/7/1994|nagaraju|savithramma|9164936967|3a|Indian|sira|sira|#
5 | 105|kavya|n|27/5/1990|nagaraju|savithramma|97|3a|INDIAN|sira|sira|#
6 | 106|ashok|b|1/1/1980|bheemanna|ghgh|89494398348|3A|Indian|sira|sira|#
7 | 107|Latha|k|18/07/1999|kariyappa|puttarangamma|9164936967s|3A|INDIAN|sira|sira|#
8 | 108|lakshmi|n g|1/1/1980|n|n|8904716176|3A|Indian|sira|sira|#
9 | 109|ruchitha|a k|6/1/2013|ashok|lakshmi|8904716176|3a|Indian|sira|sira|#
10 | 110|venki|k g|1/11/2001|g|g|90028296642|3A|Indian|sira|sira|#
11 | 111|venki|k g|1/11/2001|g|g|90028296642|3A|Indian|sira|sira|#
12 | 112|raj|kumar|15/03/1998|raja|jaya|7829581642|3B|pakisthan|tumkur|tumkur|#
13 | 113|kumar|k|17/09/1999|jhonsan|amina|5858588598954|5B|pakisthan|ISLAMABAD|PUNJAB|#
14 | 114|ashok|k|16/03/2000|beemana|puttarangamma|33223|3B|INDIAN|sira|tiptur|#
15 | $$|anusha|n|15/06/2017|puneeth|chandana|39983298329|4b|indian|tumkur|tumkur|#
16 | $$|sharath|b|29/11/1998|bhagavanthaiah|kamala|8884$$853|3a|indian|tumkur|tumkur|#
17 |
--------------------------------------------------------------------------------
/form1next.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
20 |
21 |
22 |
23 |
24 |
25 |
36 |
37 |
40 | Data will be inserted
41 |
44 | If you need a bus facality,please fill the buss pass form
45 |
48 | If you need a library book , please fill the library form
49 |
52 |
54 |
55 |
56 |
59 |
60 |
61 |
62 |
63 |
--------------------------------------------------------------------------------
/form2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | Student Management System
13 |
14 |
15 |
16 |
23 |
24 | COLLEGE ID FORM
25 |
26 |
27 |
134 |
135 |
136 |
137 |
138 |
--------------------------------------------------------------------------------
/form2.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | alert('$message');";
76 |
77 |
78 | }
79 |
80 |
81 |
82 | ?>
83 |
84 |
85 |
86 |
87 |
88 |
89 |
--------------------------------------------------------------------------------
/form2.txt:
--------------------------------------------------------------------------------
1 | 101|PUNEETH|N|14/03/1998|7892952673|puneethn038@gmail.co|tumkur|#
2 | 105|kavya|n|27/5/1990|9743181901|bhagya@gmail.com|sira|#
3 | 102|sathish|k|16/03/2000|9164936967|sathishkpbls@gmail.com|sira|#
4 | 103|Bhagya|k|22/10/1996|8904716176|bhagya@gmail.com|sira|#
5 | 104|anusha|n|30/7/1994|9164936967|bhagya@gmail.com|sira|#
6 | 106|ashok|b|1/1/1980|89494398348|a@gmail.com|sira|#
7 | 107|Latha|k|18/07/1999|9164936967s|l@gmail.com|sira|#
8 | 108|lakshmi|n g|1/1/1980|8904716176|lk@gmail.com|sira|#
9 | 109|ruchitha|a k|6/1/2013|8904716176|r@gmail.com|sira|#
10 | 110|venki|k g|1/11/2001|90028296642|v@gmail.com|sira|#
11 |
12 | $$|anusha|n|15/16/2017|277327327872|anusha@gmail.com|d/o puneeth sheetyhalli gate tumkur-572102|#
13 |
--------------------------------------------------------------------------------
/form3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | Student Management System
13 |
14 |
15 |
16 |
23 | BUSS ID FORM
24 |
133 |
134 |
135 |
136 |
137 |
--------------------------------------------------------------------------------
/form3.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | alert('$message');";
81 | }
82 |
83 |
84 |
85 | ?>
86 |
87 |
88 |
89 |
90 |
91 |
92 |
--------------------------------------------------------------------------------
/form3.txt:
--------------------------------------------------------------------------------
1 | 101|PUNEETH|N|ise|1cg15is038|7892952673|tumkur|tumkur|#
2 | 102|BHAGYA|k|CS|DJDJJ8DH|8904716176|SIRA|SIRA|#
3 | 103|BHAGYA|k|CS|DJDJJ8DH|8904716176|SIRA|SIRA|#
4 | 111|sathish|k|cs|hgchggh|9164936967|SIRA|sira|#
5 | 104|anusha|N|CS|ggg|9164936967s|SIRA|sira|#
6 | 105|kavya|n|cs|gggg|9743181901|sira|sira|#
7 | 106|ashok|b|cs|v|89494398348|sira|sira|#
8 | 107|Latha|k|cs|v|9164936967s|sira|sira|#
9 | 108|lakshmi|n g|cs|l|8904716176|sira|sira|#
10 | 109|ruchitha|a k|cs|r|8904716176|sira|sira|#
11 | 110|venki|k g|cs|v|90028296642|sira|sira|#
12 |
13 |
--------------------------------------------------------------------------------
/form4.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
76 |
77 |
78 |
79 | Student Management System
80 |
81 |
82 |
83 |
90 | LIBRARY FORM
91 |
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 |
--------------------------------------------------------------------------------
/form4.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | alert('$message');";
82 | }
83 |
84 |
85 |
86 | ?>
87 |
88 |
89 |
90 |
91 |
92 |
93 |
--------------------------------------------------------------------------------
/form4.txt:
--------------------------------------------------------------------------------
1 | 101|PUNEETH|N|Ise|1cg15is038|7892952673|puneethn038@gmail.com|tumkur|#
2 | 102|BHAGYA|K|CS|PUTTARANGAMMA|8904716176|bhagya@gmail.com|SIRA|#
3 | 103|sathish|k|CS|PUTTARANGAMMA|9164936967|sathishkpbls@gmail.com|sira|#
4 | 104|anusha|N|CS|ggg|9164936967|fffc@gmail.com|sira|#
5 | 105|kavya|n|cs|gggg|9743181901|bhagya@gmail.com|sira|#
6 | 106|ashok|b|ghgh|vcg|89494398348|a@gmail.com|sira|#
7 | 107|Latha|k|cs|puttarangamma|9164936967s|l@gmail.com|sira|#
8 | 108|lakshmi|n g|cs|l|8904716176|lk@gmail.com|sira|#
9 | 109|ruchitha|a k|cs|r|8904716176|r@gmail.com|sira|#
10 | 110|venki|k g|cs|v|90028296642|v@gmail.com|sira|#
11 |
12 |
--------------------------------------------------------------------------------
/funny.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Funny guy
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/image/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TechCodeDev/Student_management_system/583d5d766c8d0e1f04bc7d940c0fcf506fa74fab/image/1.jpg
--------------------------------------------------------------------------------
/image/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TechCodeDev/Student_management_system/583d5d766c8d0e1f04bc7d940c0fcf506fa74fab/image/2.jpg
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Student Management System
14 |
15 |
16 |
17 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/index.txt:
--------------------------------------------------------------------------------
1 | 101|0|#
2 | 102|82|#
3 | 103|164|#
4 | 104|247|#
5 | 105|325|#
6 | 106|394|#
7 | 107|465|#
8 | 108|547|#
9 | 109|610|#
10 | 110|684|#
11 | 111|747|#
12 | 112|810|#
13 | 113|886|#
14 | 114|970|#
15 | 115|1046|#
16 | $$|1126|#
17 | |1209|#
18 |
--------------------------------------------------------------------------------
/indexsearch.PHP:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Application-view
7 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
--------------------------------------------------------------------------------
/login.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
64 |
65 |
66 |
67 | Admin Login
68 |
69 |
94 |
95 |
96 |
97 |
119 |
120 |
--------------------------------------------------------------------------------
/search4.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
--------------------------------------------------------------------------------
/searchform/search.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | ";
36 |
37 | $keywords = preg_split("/\|/",$match[0] );
38 | //print_r($keywords);
39 | echo nl2br ("Application-number :: $keywords[0]\n");
40 | echo nl2br ("Name :: $keywords[1]\n");
41 | echo nl2br ("last :: $keywords[2]\n");
42 | echo nl2br ("Date of birth :: $keywords[3]\n");
43 | echo nl2br ("father:: $keywords[4]\n");
44 | echo nl2br ("mother :: $keywords[5]\n");
45 | echo nl2br ("phnumber :: $keywords[6]\n");
46 | echo nl2br ("Category :: $keywords[7]\n");
47 | echo nl2br ("Citezenship :: $keywords[8]\n");
48 | echo nl2br ("Permanent Address :: $keywords[9]\n");
49 | echo nl2br ("Residential Address:: $keywords[9]\n");
50 |
51 | }
52 | else{
53 | echo "match not found";
54 | }}
55 | else
56 | {
57 | echo"invalid input"; }
58 | ?>
59 |
60 |
2 |
3 |
4 |
5 |
6 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |