From fd3a2a00aec6c58c9c34b1c78c6d3d0bbad11b74 Mon Sep 17 00:00:00 2001 From: mikysett Date: Thu, 22 Sep 2022 17:45:38 +0100 Subject: [PATCH] feat(localhost): change bonuses php file with mysql is redundant (a CGI must already be implemented). to suggest rewriting it with a different language looks like a nice challenge, maybe a bit big for a bonus --- subjects/localhost/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subjects/localhost/README.md b/subjects/localhost/README.md index 1cf51db0..d12ba26d 100644 --- a/subjects/localhost/README.md +++ b/subjects/localhost/README.md @@ -70,4 +70,6 @@ In the file you should be able to specify the following: ### Bonus - Handle at least one more `CGI`. -- Create a PHP page and connect it with a MySQL database. +- Write the project in two different programming languages. + +> If the two languages are C and C++ the provided solution for C++ should heavily rely on C++ specific features.