Maxtor Posted April 8, 2015 Posted April 8, 2015 subscribe here: https://www.youtube.com/user/CodeBabes
N1nj4Styl3 Posted April 9, 2015 Posted April 9, 2015 (edited) "Yeah let's teach some PHP while being dressed as if I am going to the beach" Clever. Edited April 9, 2015 by N1nj4Styl3
'Baggos' Posted April 13, 2015 Posted April 13, 2015 This girl: 0% Mind, 0% personality, 101% mindless.
Snoopi Posted April 13, 2015 Posted April 13, 2015 You learn this things in logic at 2-3gymnasiou in greece. and probably faster in the rest of the world.
Tessa Posted April 13, 2015 Posted April 13, 2015 You learn this things in logic at 2-3gymnasiou in greece. and probably faster in the rest of the world. If know only the syntax, you know nothing.
Snoopi Posted April 13, 2015 Posted April 13, 2015 If know only the syntax, you know nothing. I mean in school we learn the logic, we make the practice on a board with a marker with a fake programing langue. so its the other way around you know the logic but not the syntax.
'Baggos' Posted April 14, 2015 Posted April 14, 2015 You learn this things in logic at 2-3gymnasiou in greece. and probably faster in the rest of the world. What? In the school here on Greece, people learn something like this? Are you sure? Because before 10 years when I was at school, I learned only how to use the mouse. lol Btw, you're wrong anyway.. You learned some fake values on Microsoft Excel. :lol:
MeVsYou Posted April 14, 2015 Posted April 14, 2015 I didn't learn anything :( xaxa :D What? In the school here on Greece, people learn something like this? Are you sure? Because before 10 years when I was at school, I learned only how to use the mouse. lol Btw, you're wrong anyway.. You learned some fake values on Microsoft Excel. :lol: Come on, Snoopi is right. We have learned some basics. :P
'Baggos' Posted April 14, 2015 Posted April 14, 2015 Come on, Snoopi is right. We have learned some basics. :P Maybe the years have changed.. :P
Tessa Posted April 14, 2015 Posted April 14, 2015 xaxa :D Come on, Snoopi is right. We have learned some basics. :P Seriously, it's confusing :P PHP is my first touch to the programming and I can say that I know it very deeply, but this tutorial is confusing me :lol: Also an array can be defined like this for ease: <?php $anArray = ['one', 'two', 'three']; echo '<pre>' . print_r($anArray, true) . '</pre>'; // Dynamically added value in the array $anArray[] = 'four'; echo '<pre>' . print_r($anArray, true) . '</pre>'; $anotherArray = [ 'first' => 'one', 'second' => 'two', 'third' => 'three' ]; echo '<pre>' . print_r($anotherArray, true) . '</pre>'; // Dynamically added position in the associative array $anotherArray['fourth'] = 'four'; echo '<pre>' . print_r($anotherArray, true) . '</pre>';
Snoopi Posted April 14, 2015 Posted April 14, 2015 What? In the school here on Greece, people learn something like this? Are you sure? Because before 10 years when I was at school, I learned only how to use the mouse. lol Btw, you're wrong anyway.. You learned some fake values on Microsoft Excel. :lol: Yes loops is the first thing. i remember at 2th gymnasium we used a program with an ant and we made her move in a panel, and we used loops there also we learn to think in algorithmic way.also in 2th high school we used a fake programing langue to learn more about strings, loops, arrays, tables and such kind of things.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now