It looks like you are viewing these slides on GitHub. Please clone the source repository in order to get the included PHP examples to work.
body {
font-size: 1em;
padding: 20px;
color: lime;
}
color: red;
font-size: 100%;
box-shadow: 0px 0px 10px #888;
// A comment
alert('OK GO!');
console.log()
— Firebug (or the like) required!<h2>This is how you mark up an unordered list</h2>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
<?php
echo 'Hello world! The time is now ' . date('Y-m-d H:i:s', time());
?>
Back on track ...
To the flying machine!
for
, foreach
) & Selections (if-else
, switch
)INSERT
, SELECT
, UPDATE
, DELETE
)EXPLAIN ...
).sql
dumpPATH
C:\wamp\bin\php\version\
to PATH
via Computer Settingsecho 'export PATH=/Applications/MAMP/bin/php/phpversion/bin/:$PATH' >> ~/.bash_profile
cd c:\wamp\www
git clone https://github.com/bramus/ws2-sws-course-materials.git
cd c:\wamp\www\ws2-sws-course-materials
git reset --hard
git pull
var_dump()
and the likeYou may only interrupt another co-worker to ask a question if you have sat on your own for ten minutes and tried to figure out the solution yourself. When asked, you must be able to demonstrate that you’ve made some effort.