-
Notifications
You must be signed in to change notification settings - Fork 1
Nitin student corner #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… into Nitin_Student_Corner
Signed-off-by: Aaditya Pal <aaditya.sp@somaiya.edu>
Aaditya18SP
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are there two research conferences ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to prevent against SQL injection attacks
For this purpose , do not directly input the string that you get from the POST/GET request from the request. We need to escape it using mysqli_real_escape_string and use prepared statements ( the query with placeholders) to prevent SQL injection attacks
Aaditya18SP
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try not to push the connect.php file
Signed-off-by: Aaditya Pal <aaditya.sp@somaiya.edu>
| <meta charset="UTF-8"> | ||
| <meta name="description" content="The college website"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>V. G. </title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
V.G. Vaze hona chaiye yaha
added the research corner page