Download PHP Programming Gratis

PHP Programming
PHP ProgrammingPHP ProgrammingPHP Programming


Judul:PHP Programming
info:

Get the Cheat Sheet Here : http://goo.gl/aQbQ4F

Learn HTML in 15 Minutes : http://goo.gl/UoSoVm

Best PHP book : http://goo.gl/wNMdWf

In this video tutorial I'll teach pretty much the whole PHP programming language in one video. I have received this tutorial request many times lately so I hope you enjoy it. The cheat sheet can be found below the video.

I cover quotes, comments, date(), variables, data types, getting data from HTML, heredoc, constants, arithmetic, shortcuts, reference operators, comparison operators, if, elseif, else, echo, printf, ternary operator, switch, while, for, foreach, arrays, strings, and much more.

Upload:10 August 2014
Putar:PC | 3GP High | 3GP Low
Uploader:derekbanas
Durasi:36:09
Source:Www.YouTube.Com



Comment

  1. Will Blackamoor - To anyone watching this video, here's a few short words to the wise:

    1. NEVER EMBED PHP CODE DIRECTLY INTO HTML! that is the work of an amateur. It's useful to learn it this way, i get it. we all learned like this, but it would be better in my opinion to teach the concepts of templating first, and the separation of logic from the view and the data. Do not fall into the traditional pitfall of MVC either. Instead, look at MVC and think what would make it better. How can you make MVC faster, and more decoupled? Should you serve static html and fetch data from ajax(YES YOU SHOULD AS MUCH AS POSSIBLE)

    2. Never use double quotes in php unless it is inside of a single quoted string. single quoted strings are also processed faster by the php interpreter. Don't ask why, just don't do it, ever

    3. Never use the heredoc syntax.

    4. Don't use PHP to render html. Use php to build a data model then inject it into an html template.

    5. Don't use multiple echoes. build your html content in a single string with concatenation, then echo it once you've reached the end of your html document.

    6. (int) is a shorter way of typecasting a variable to an integer.

    7. Never use mysql_* functions to connect to a mysql database. google will tell you why.

    8. Never concatenate database queries with user supplied variables.

    9. don't use & to create copies (references) to your variables. I'm sure there was a time when this made sense but that time has come and gone. in my opinion, referencing variables in this way is a form of cargo cult programming. The only real useful application for it is modifying a global variable from within the scope of a function. this is a lazy way to program, use return to return values instead.

    10. remeber the reference manual and keep it holy. if you plan on being a php programmer, you need to bookmark the php reference manual. the more you learn, the more you will understand, until you are doing things even you didn't know you could do.

    11. when checking if a string equals a certain value, with multiple outcomes, don't use conditional if's. use a switch instead, like he teaches in this video.

    12. i have been programming for years, and have never used a while loop. use a for loop. its superior. use foreach for arrays.

    13. the guy in the video should have used the modulus to detect the last iteration of the for loop instead of what he did.

    if($i %20 == 0){ }

    14. don't use outdated array syntax. instead of using old outdated php array syntax array('foo','bar') use ['foo','bar'] short array syntax.

    15. never roll your own password hashing algorithm. use php's built in password_hash() and password_verify() functions.

    16. never, ever , EVER use Wordpress to build your website. Just don't do it.

    17. sanitize all user data

    18. learn a framework. i recommend slim. its so easy a caveman can do it.

  2. Madelaine Thomsen - The biggest problem I have with this video is, that it doesn't really explain what I should use all those different options for, like I can see it is fundamental, but when I can't reference it to anything, the information just doesn't stick. Maybe you should take it way slower if you want to introduce people to php, and maybe take some areas at the time and make sure to explain where you would use those examples. 
  3. Kerim Madison - PHP is said to have thousands of built in functions with it. But i wonder if there is a list that contains the most commonly used ones, and by learning them first, i think it would be easier to get deeper on that, instead of trying to learn all of the right at the beginning. any advice Derek?:)
  4. Derek Banas - I teach the whole PHP programming language in one video
  5. chestypants78 - You sound like John C Reilly, which is a plus. 
  6. stancurtin - Possibly the best programming tutorial I've ever seen! Book ordered. Thanks... And yes keep heading into object oriented!
  7. lifehapad - Hello Derek, really appreciate your videos!!I learnt a lot from you. Can you also post a video about how the web server will communicate with arduino board(Yun)?
  8. GamerGuyKSPMC - THANK U! 
  9. Chaitanya Rahalkar - Hi +Derek Banas Please can you make a tutorial on GCM(Google Cloud Messaging)? Thanks!
  10. Samuel Resua - This is great, as is your OOP tutorial. It would be awesome to see another OOP PHP which runs through how to use it in a real life scenario, ie working with a database, or how to build a simple web app.
  11. abe5able - Your teaching methods are right on friend. I would like to congratulate you and tell you, yes OOP and RE a BIG YES! THNX
  12. ABDUL REHMAN Akhil - need help is this for beginners coz i dont know how to start like installing php or web servers 
  13. napalmstrike235 - can someone help me? i cant seem to open a .php file in my browser like you would an html file. do i have to put the filename somewhere in a seperate .html file and open it that way?
  14. Giri M - zeal in your voice, style in your presentation make feel to learn the subject. God bless you
  15. John OConnor - question my site has a php error and I can not find anyone to help fix it. Could you take a look and tell me whats missing or wrong?
  16. Joe Pearson - Is php the most used server side language? if so, why?
  17. yamspaine - Good editing. Brings a basic review of an easy technology into a short video, that can be played at 1.25x speed (most other videos can be played at about 1.66x speed)

    nice quick clear speaking. Want to see the volume 2 that gets into dba and input validation.

  18. TheEternel911 - Seems like he made a mistake at 26:22 ($cow instead of $col) but it magically fixed himself after 3 sec. Strange... :p
  19. Nithya Sundar - really great,good tutorials
  20. Martin Heuberger - Thank you very much. Had 3 days to get to know HTML and PHP before I start work, your videos were perfect! (Note: C++ knowledge came quite in handy with PHP :) )
  21. Jiemin Xi - The best Computer Science languages instructor on youtube ever.. More than resourceful. Even the comments are super helpful. Wonder how come these videos are so far from 1M+ views.
  22. Joel Rivera - These videos are awesome Derek, they're perfect as refreshers and solidifyers of knowledge. Thank You!
  23. alan90810 - Hey man, you beat up all Computer Science teachers worldwide!!! 19 dislikes are from them! THANKS A LOT!
  24. John Doe - you're the best
  25. Kerim Timirbulatov - Derek it's so cute that you explained this in just about 30 mins:) while others spend hours, often makes no sense. Great.

Terima kasih.!! Anda telah mengunjungi halaman Download Video PHP Programming. Kunjungi terus blog ini untuk mendapatkan update terbaru.!!

0 Response to "Download PHP Programming Gratis"

Post a Comment