Commit Graph

14 Commits

Author SHA1 Message Date
9638ae3af5 Updated regex for URL, because it wouldn't accept '=' or '?' characters in the URL 2023-10-27 19:05:29 -05:00
1ecf347694 Removed string generation functions from this file, and instead included the file that contains them 2023-09-06 22:00:56 -05:00
3fbb6c99df Switched 'GET' to 'POST' 2023-09-02 15:22:36 -05:00
b9a07e15fa Added additional information for database storage 2023-07-24 23:14:41 -05:00
e71014efcd Added the user who created the link into the database 2023-07-15 17:10:02 -05:00
a7ba5aa8e1 Modified the Regex to accept additional (valid) characters 2023-06-28 01:39:35 -05:00
1c74b82f6e Removed database initialization code and instead used the function defined in db.inc.php 2023-06-25 14:09:30 -05:00
3d36c2704a Added code to retrieve the user's location and store it in the database 2023-06-15 18:48:36 -05:00
70f91c7586 Fixed bug where I accessed the database without opening a session 2023-06-12 15:28:30 -05:00
8b68547644 Added code to generate a random GLink if the user doesn't submit one 2023-06-09 20:03:30 -05:00
1b52864952 Added server-side checks to input 2023-06-08 10:46:41 -05:00
92b70e632b Added code to print out the inserted data, and to check if the data was inserted by querying the database for the inserted data 2023-06-08 01:32:30 -05:00
c81937d6a5 Added code to insert data into Cassandra DB 2023-06-06 23:53:32 -05:00
3bc6a56516 Added PHP file to make database queries 2023-06-06 13:22:15 -05:00