Difference between revisions of "6CS028 Workshop - Introduction"

From mi-linux
Jump to navigationJump to search
(Created page with "Main Page >> Advanced Web Development >> Workbook >> Week 01 == PHP and MySQL == On this module you will be using PHP and MySQL quite a...")
 
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
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:
 
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:
 +
* [[(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: