Skip to content

DevCatalyst/php-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP 101 Exercises Introduction

Grades

Exercise Complete
Level 1 Build an HTML template - Exercise 1

Why PHP?

On the surface, server side programming introduces three initial benefits: – dynamic data – secure connection to database – faster page loads with server side rendering (server does all the work to build the pages)

Let's roll up the sleeves and dig in.

Resources needed:

You'll need to be able to access these domains to walk-through these exercises.

First time setup

clone repo and add to workspace

  1. fork this repo into your Github account
  2. ** turn on Github Pages on master branch **
  3. copy the clone link of your forked version
  4. create and name a new workspace in Cloud9 as dc-php-exercises
  5. past your clone link into the Clone from Git field
  6. select HTML5 template
  7. click Create workspace

Let's begin

Start Level 1 - Talking to yourself

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published