Official syllabus:
It is the 2019 syllabus which is available at the following link.How to program in PHP + MySQL:
1) Install the following softwares:* A PHP editor, e.g. https://netbeans.apache.org/ (or Visual Studio as on the school computers)
* A PHP + SQL server, e.g. https://www.wampserver.com/ for Windows or https://www.mamp.info/en/downloads/ (select ``MAMP & MAMP PRO 6.6'', you probably have an Intel processor so select the Intel one).
a) Using WAMP (Windows Apache MySQL PHP):
* Put any PHP file you want to test into C:/wamp64/www/.
* Make sure wampserver is running and has opened a local PHP server (the ``W'' icon on the bottom right of your screen should be green).
* Open your browser and type http://localhost/TP6_Exo1.php (or the name of your script) to test your php programs.
* Open phpMyAdmin to update your database (click on the green ``W'' icon and then phpMyAdmin, 5.1.1).
b) Using MAMP (Mac Apache MySQL PHP):
* Put any PHP file you want to test into /Applications/MAMP/htdocs/.
* Make sure MAMP is running and has opened a local PHP server.
* Open your browser and type http://localhost/TP6_Exo1.php (or the name of your script) to test your php programs.
* Open phpMyAdmin to update your database (inside MAMP, click on ``WebStart'' and then MySQL, phpMyAdmin).
2) If you only test really simple PHP scripts (no SQL, no GET / POST), you can go online:
* https://phpsandbox.io/
* https://www.w3schools.com/php/phptryit.asp?filename=tryphp_compiler
* https://sandbox.onlinephpfunctions.com/
Documents:
Some of the documents shared in this section have been reproduced thanks to documents shared by other colleagues. Let them be thanked for eternity (and beyond). It is not easy to always create works ex nihilo, and their help was more than valuable.13/09/2023:
* Work1: HTML ; the associated files TP1_Basic.html and TP1_Errors.html.
20/09/2023:
* Work2: Tables, CSS ; the associated files TP2_2019_BTest.html and TP2_images.zip (source: December 2019 B Test, Mr. Santos Pereira).
27/09/2023:
* Work3: HTML Forms ; the associated image TP3_select_all_white.png.
* Associated websites: https://www.mtgpics.com/search ; https://www.magic-ville.com/fr/rech_avancee ; http://www.barsamian.am/mathsexams/.