Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lechiluan committed Apr 16, 2023
1 parent 813ed3c commit fe74cdb
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions connection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
// Connect with MySQL
//$conn = mysqli_connect("localhost", "root", "", "db_ideas", "3306");
$conn = mysqli_connect("bjzzesbzxmdkjy99zjrn-mysql.services.clever-cloud.com", "uc2fzankb4vckadp", "JuLLcnGBQKm1k1MN1gxp", "bjzzesbzxmdkjy99zjrn", "3306");
$conn = mysqli_connect("localhost", "root", "", "db_ideas", "3306");
//$conn = mysqli_connect("bjzzesbzxmdkjy99zjrn-mysql.services.clever-cloud.com", "uc2fzankb4vckadp", "JuLLcnGBQKm1k1MN1gxp", "bjzzesbzxmdkjy99zjrn", "3306");
if (!$conn) {
echo "<script>alert('Connection failed: " . mysqli_connect_error() . "')</script>";
}
Expand Down
7 changes: 5 additions & 2 deletions ideas.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
IdeaID,Title,Content,is_anonymous,PostDate,StaffID,TopicID
1,"Campus Facilities Management System ","A system that manages the maintenance and upkeep of campus buildings and facilities, including work order management, asset tracking, and preventative maintenance planning.",1,"2023-04-15 17:01:14",9,7
17,"Tutoring Management System ","A system that manages the tutor-tutee matching process, schedules tutoring sessions, and provides resources to tutors and tutees.",0,"2023-04-15 17:50:18",32,7
2,"Faculty and Staff Directory","A searchable directory that provides contact information for faculty and staff members, including photos, areas of expertise, and office hours.",0,"2023-04-15 17:09:35",9,9
3,"Campus Safety and Security App ","An app that provides students with real-time alerts and updates on campus safety and security issues, including emergency notifications, crime reports, and weather alerts.",1,"2023-04-15 17:11:05",9,9
20,"Faculty and Staff Directory ","A searchable directory that provides contact information for faculty and staff members, including photos, areas of expertise, and office hours.",0,"2023-04-15 17:53:18",32,9
21,"Campus Facilities Management System","A system that manages the maintenance and upkeep of campus buildings and facilities, including work order management, asset tracking, and preventative maintenance planning.",1,"2023-04-15 19:25:38",16,9
22,"Campus Facilities Management System","A system that manages the maintenance and upkeep of campus buildings and facilities, including work order management, asset tracking, and preventative maintenance planning.",1,"2023-04-16 07:24:20",16,9
Binary file added uploads/643b8684ccaf1.pdf
Binary file not shown.
Binary file added uploads/643b8a4948203.pdf
Binary file not shown.
Binary file added uploads/643b8b2e72206.pdf
Binary file not shown.
Binary file added uploads/documents-22.zip
Binary file not shown.
Binary file added uploads/documents-24.zip
Binary file not shown.
Binary file added uploads/documents-25.zip
Binary file not shown.

0 comments on commit fe74cdb

Please sign in to comment.