├── Home.css ├── Login.css ├── Login.js ├── README.md ├── ScreenShots ├── is1.JPG ├── is2.JPG ├── is3.JPG ├── is4.JPG └── is5.JPG ├── home.php ├── jagran_logo1.jpg ├── login.php ├── practice.css ├── practice.php └── usertable.sql /Home.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background-image: url("https://www.tokkoro.com/picsup/3029533-coffee_color_cup-of-coffee_drink_fabric_notebook_notepad_office_paper_pattern_pen_placemat_table_textile_texture_work_workplace.jpg"); 4 | background-repeat: no-repeat; 5 | background-size: cover; 6 | } 7 | 8 | .background 9 | { 10 | max-width:700px; 11 | padding: 20px; 12 | position: relative; 13 | margin: 20px auto; 14 | background: rgba(255,255,255,0.8); 15 | font-family: Quicksand; 16 | } 17 | 18 | #center 19 | { 20 | text-align: center; 21 | } 22 | 23 | .ip 24 | { 25 | width: 400px; 26 | border:2px solid #19bf7d; 27 | outline:none; 28 | background:none; 29 | border-radius: 50px; 30 | padding: 3px 7px; 31 | font-size: 20px; 32 | height:40px; 33 | max-width: 90%; 34 | position: relative; 35 | margin:auto; 36 | } 37 | 38 | .button 39 | { 40 | border:none; 41 | outline:none; 42 | background: #19bf7d; 43 | font-size: 20px; 44 | font-aline:center; 45 | color:white; 46 | width: 40%; 47 | height: 50px; 48 | text-shadow: 2px 2px #000000; 49 | border-radius: 50px; 50 | } 51 | 52 | ::-webkit-scrollbar { 53 | display: none; 54 | } 55 | -------------------------------------------------------------------------------- /Login.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background-image: url("https://www.tokkoro.com/picsup/3029533-coffee_color_cup-of-coffee_drink_fabric_notebook_notepad_office_paper_pattern_pen_placemat_table_textile_texture_work_workplace.jpg"); 4 | background-size: cover; 5 | background-repeat: no-repeat; 6 | } 7 | .form 8 | { 9 | line-height: 4; 10 | text-align: center; 11 | /*float: left; 12 | width: 50%; 13 | height:500px;*/ 14 | font-family: Quicksand; 15 | font-size: 20px; 16 | margin-top: 50px; 17 | } 18 | .form h3 19 | { 20 | margin: 0; 21 | height: 75px; 22 | } 23 | .input 24 | { 25 | border:2px solid #19bf7d; 26 | outline:none; 27 | background:none; 28 | border-radius: 50px; 29 | padding: 3px 7px; 30 | font-size: 20px; 31 | height:40px; 32 | width: 280px; 33 | max-width: 90%; 34 | } 35 | .button 36 | { 37 | border:none; 38 | outline:none; 39 | background: #19bf7d; 40 | font-size: 20px; 41 | font-aline:center; 42 | color:white; 43 | width: 40%; 44 | height: 50px; 45 | text-shadow: 2px 2px #000000; 46 | border-radius: 50px; 47 | } 48 | .box 49 | { 50 | background: rgba(255,255,255,0.8); 51 | width: 30%; 52 | position: relative; 53 | margin: auto; 54 | border-radius: 13%; 55 | } 56 | .social-container a 57 | { 58 | border:1px solid black; 59 | border-radius: 50%; 60 | justify-content: center; 61 | display: inline-flex; 62 | margin: 0 7px; 63 | height: 40px; 64 | width: 40px; 65 | align-items: center; 66 | } 67 | 68 | a:link,a:visited 69 | { 70 | color: black; 71 | text-decoration:none; 72 | } 73 | 74 | .reg 75 | { 76 | display: none; 77 | } -------------------------------------------------------------------------------- /Login.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function(){ 2 | $('#oksignup').click(function(){ 3 | $('#login').addClass("reg"); 4 | $('#signup').removeClass("reg"); 5 | }); 6 | $('#oklogin').click(function(){ 7 | $('#signup').addClass("reg"); 8 | $('#login').removeClass("reg"); 9 | }); 10 | }); -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Web-Development-Project 2 | The project is a college prediction system with a login page and predictor system. The project works on HTML, CSS, JavaScript, PHP, MySQL on Apache server using XAMPP. 3 | -------------------------------------------------------------------------------- /ScreenShots/is1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishim9816/Web-Development-Project/878caacac4a48fd4b991c77715537523bcda8069/ScreenShots/is1.JPG -------------------------------------------------------------------------------- /ScreenShots/is2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishim9816/Web-Development-Project/878caacac4a48fd4b991c77715537523bcda8069/ScreenShots/is2.JPG -------------------------------------------------------------------------------- /ScreenShots/is3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishim9816/Web-Development-Project/878caacac4a48fd4b991c77715537523bcda8069/ScreenShots/is3.JPG -------------------------------------------------------------------------------- /ScreenShots/is4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishim9816/Web-Development-Project/878caacac4a48fd4b991c77715537523bcda8069/ScreenShots/is4.JPG -------------------------------------------------------------------------------- /ScreenShots/is5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishim9816/Web-Development-Project/878caacac4a48fd4b991c77715537523bcda8069/ScreenShots/is5.JPG -------------------------------------------------------------------------------- /home.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | College Sikhsha 11 | 12 | 13 | 14 | 36 |
37 |

Research shows that there is only half as much variation in student achievement between schools as there is among classrooms in the same school. If you want your child to get the best education possible, it is actually more important to get him assigned to a great teacher than to a great school.

38 |
39 |
40 |

College Predictor


41 |
42 |
43 |

44 |

45 |

46 |

47 |

48 | 49 |
50 |
51 |
52 | "; 73 | echo "

Predicted College

"; 74 | if($board<60) 75 | echo "Colleges won't accept your application"; 76 | else 77 | { 78 | $avg = (($board*60) + ((($jee*100)/360)*40))/100; 79 | if($avg>87) 80 | echo "You are eligible to apply for Indian Institute of Technology
"; 81 | else if($avg>60) 82 | echo "You are eligible to apply for National Institute of Technology
"; 83 | if($bits>280) 84 | echo "You are eligible to apply for Birla Institure of Technology and Science
"; 85 | if($srm>140) 86 | echo "You are eligible to apply for Sri Ramaswamy Memorial
"; 87 | if($vit>80) 88 | echo "You are eligible to apply for Vellore Institute of Technology
"; 89 | } 90 | echo ""; 91 | } 92 | } 93 | ?> 94 | 95 | 96 | 97 | 98 | -------------------------------------------------------------------------------- /jagran_logo1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishim9816/Web-Development-Project/878caacac4a48fd4b991c77715537523bcda8069/jagran_logo1.jpg -------------------------------------------------------------------------------- /login.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | College Shiksha 11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 |
19 |
20 |

LOGIN

21 | 26 |
27 | "; 44 | //echo $password; 45 | 46 | $link = mysqli_connect("localhost", "root", ""); 47 | if (mysqli_connect_errno()) { 48 | printf("Connect failed: %s\n", mysqli_connect_error()); 49 | exit(); 50 | } 51 | mysqli_select_db($link,"test_db"); 52 | $results=mysqli_query($link,"select * from usertable where Username='$username' and Password='$password'") or die("failed to connect".mysqli_connect_error()); 53 | $row=mysqli_fetch_array($results); 54 | if ($row['Username'] == $username && $row['Password'] == $password) { 55 | header("location: http://localhost/project/home.php"); 56 | $_SESSION['username'] = $username; 57 | $_SESSION['mes'] = "true"; 58 | } 59 | else { 60 | echo "Login failed"; 61 | } 62 | mysqli_close($link); 63 | } 64 | } 65 | ?> 66 |
67 |
68 |
69 |
70 |
71 | Sign Up here | Forgot Password? 72 |
73 |
74 |
75 |
76 |
77 |

SIGN UP

78 | 83 | 117 |
118 |
119 |
120 |
121 |
122 | Login Here 123 |
124 |
125 |
126 |
127 | 131 | 132 | 133 | 134 | -------------------------------------------------------------------------------- /practice.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background-image: url("https://www.tokkoro.com/picsup/3029533-coffee_color_cup-of-coffee_drink_fabric_notebook_notepad_office_paper_pattern_pen_placemat_table_textile_texture_work_workplace.jpg"); 4 | background-repeat: no-repeat; 5 | background-size: cover; 6 | } 7 | 8 | .background 9 | { 10 | max-width:700px; 11 | padding: 20px; 12 | position: relative; 13 | margin: 20px auto; 14 | background: rgba(255,255,255,0.8); 15 | font-family: Quicksand; 16 | } 17 | 18 | ::-webkit-scrollbar { 19 | display: none; 20 | } -------------------------------------------------------------------------------- /practice.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | College Sikhsha 11 | 12 | 13 | 35 | 36 |
37 |

Nothing in this world can take the place of persistence. Talent will not: nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not: the world is full of educated derelicts. Persistence and determination alone are omnipotent.

38 |
39 |
40 |

About Us

41 |

CollegeShiksha.com is a one-stop-solution making course and college selection easy for students looking to pursue undergraduate (UG) and postgraduate (PG) courses in India and abroad; also accessible to users on the move through the website’s mobile site. Launched in 2008, CollegeShiksha.com belongs to Info Edge (India) Ltd, the owner of established brands like Naukri.com, 99acres.com, Jeevansathi.com, among several others. With this strong brand pedigree, CollegeShiksha offers its users the unique privilege of customised tools like Alumni Employment Statistics that includes salary data powered by Naukri.com.

42 | 43 |

Our website is a repository of reliable and authentic information for over 14,000 institutions, 40,000 plus courses and has a registered data base of more than 3.5 million students. We offer specific information for students interested in UG/PG courses in India (Collegeshiksha.com) and Abroad (studyabroad.Collegeshiksha.com) across the most popular educational streams – Management; Science & Engineering; Banking & Finance; Information Technology; Animation, VFX, Gaming & Comics; Hospitality, Aviation & Tourism; Media, Films & Mass Communication; Design; Medicine, Beauty & Health Care; Retail; Arts, Law, Languages & Teaching; and Test Preparation.

44 | 45 |

Education seekers get a personalised experience on our site, based on educational background and career interest, enabling them to make well informed course and college decisions. The decision making is empowered with easy access to detailed information on career choices, courses, exams, colleges, admission criteria, eligibility, fees, placement statistics, rankings, reviews, scholarships, latest updates etc as well as by interacting with other CollegeShiksha.com users, experts, current students in colleges and alumni groups. We have introduced several student oriented products and tools like Career Central, Common Application Form, Top Colleges, College Compare, Alumni Employment Stats, Campus Connect, College Reviews, College Predictors, MyShortlist and College Shiksha Café.

46 | 47 |

Our active ask and answer community called College Shiksha Café has over 1000 experts answering career and college related queries. Students can ask questions, participate in discussions and stay updated with latest news, articles related to their education interest. CollegeShiksha.com is India’s smartest college gateway that blends higher education related domain knowledge, with technology, innovation, and credibility to give students personalised insights to make informed career, course and college decisions.

48 |
49 | 50 | 51 | 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /usertable.sql: -------------------------------------------------------------------------------- 1 | -- phpMyAdmin SQL Dump 2 | -- version 4.9.0.1 3 | -- https://www.phpmyadmin.net/ 4 | -- 5 | -- Host: 127.0.0.1 6 | -- Generation Time: Oct 15, 2019 at 04:42 PM 7 | -- Server version: 10.4.6-MariaDB 8 | -- PHP Version: 7.3.9 9 | 10 | SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; 11 | SET AUTOCOMMIT = 0; 12 | START TRANSACTION; 13 | SET time_zone = "+00:00"; 14 | 15 | 16 | /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 17 | /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 18 | /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; 19 | /*!40101 SET NAMES utf8mb4 */; 20 | 21 | -- 22 | -- Database: `test_db` 23 | -- 24 | 25 | -- -------------------------------------------------------- 26 | 27 | -- 28 | -- Table structure for table `usertable` 29 | -- 30 | 31 | CREATE TABLE `usertable` ( 32 | `Id` int(10) NOT NULL, 33 | `Username` varchar(100) NOT NULL, 34 | `Password` varchar(100) NOT NULL 35 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 36 | 37 | -- 38 | -- Dumping data for table `usertable` 39 | -- 40 | 41 | INSERT INTO `usertable` (`Id`, `Username`, `Password`) VALUES 42 | (1, 'testuser', 'testpassword'), 43 | (3, 'Rishi', 'rishi'), 44 | (17, 'Rishi', 'Mukherjee'); 45 | 46 | -- 47 | -- Indexes for dumped tables 48 | -- 49 | 50 | -- 51 | -- Indexes for table `usertable` 52 | -- 53 | ALTER TABLE `usertable` 54 | ADD PRIMARY KEY (`Id`); 55 | 56 | -- 57 | -- AUTO_INCREMENT for dumped tables 58 | -- 59 | 60 | -- 61 | -- AUTO_INCREMENT for table `usertable` 62 | -- 63 | ALTER TABLE `usertable` 64 | MODIFY `Id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; 65 | COMMIT; 66 | 67 | /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; 68 | /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; 69 | /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; 70 | --------------------------------------------------------------------------------