Difference between revisions of "6CS028 Workshop - Introduction"

From mi-linux
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
* [[(S)FTP|Uploading PHP files to mi-linux]]
 
* [[(S)FTP|Uploading PHP files to mi-linux]]
 
* [[PHP|Level 5 PHP and MySQL workbook]]
 
* [[PHP|Level 5 PHP and MySQL workbook]]
 +
 +
You should also be able to run commands on the server via [https://www.putty.org/ Putty]
 +
 +
Finally, you can look at the "getting started" tutorial for GitHub:
 +
*[https://docs.github.com/en/get-started/quickstart/hello-world https://docs.github.com/en/get-started/quickstart/hello-world]

Latest revision as of 15:36, 24 January 2022

Main Page >> Advanced Web Development >> Workbook >> Week 01

PHP and MySQL

On this module you will be using PHP and MySQL quite a bit, so please make sure that you revise the relevant material from last year:

You should also be able to run commands on the server via Putty

Finally, you can look at the "getting started" tutorial for GitHub: