Aadhavan Srinivasan
|
9638ae3af5
|
Updated regex for URL, because it wouldn't accept '=' or '?' characters in the URL
|
1 year ago |
Aadhavan Srinivasan
|
1ecf347694
|
Removed string generation functions from this file, and instead included the file that contains them
|
1 year ago |
Aadhavan Srinivasan
|
3fbb6c99df
|
Switched 'GET' to 'POST'
|
1 year ago |
Aadhavan Srinivasan
|
b9a07e15fa
|
Added additional information for database storage
|
1 year ago |
Aadhavan Srinivasan
|
e71014efcd
|
Added the user who created the link into the database
|
1 year ago |
Aadhavan Srinivasan
|
a7ba5aa8e1
|
Modified the Regex to accept additional (valid) characters
|
2 years ago |
Aadhavan Srinivasan
|
1c74b82f6e
|
Removed database initialization code and instead used the function defined in db.inc.php
|
2 years ago |
Aadhavan Srinivasan
|
3d36c2704a
|
Added code to retrieve the user's location and store it in the database
|
2 years ago |
Aadhavan Srinivasan
|
70f91c7586
|
Fixed bug where I accessed the database without opening a session
|
2 years ago |
Aadhavan Srinivasan
|
8b68547644
|
Added code to generate a random GLink if the user doesn't submit one
|
2 years ago |
Aadhavan Srinivasan
|
1b52864952
|
Added server-side checks to input
|
2 years ago |
Aadhavan Srinivasan
|
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
|
2 years ago |
Aadhavan Srinivasan
|
c81937d6a5
|
Added code to insert data into Cassandra DB
|
2 years ago |
Aadhavan Srinivasan
|
3bc6a56516
|
Added PHP file to make database queries
|
2 years ago |