|
|
|
|
Title: How to Code PHP Tutorial 1
Added: Apr 29, 2010
Author: derekbanas
Duration: 6:49
Description:
This is part 1 of my How to Code PHP Tutorial. You'll learn why you should use php. I'll profile ways you can use PHP and go over the basics.
Related Videos:
Videos related to 'How to Code PHP Tutorial 1'
Channel: Education
Tags: how to code php why php php engine extension php php sources php profile php basics learn php
how to code php why php php engine extension php php sources php profile php basics learn php
Youtube Comments: 11
derekbanas Says:
Jan 20, 2011 - You can use any basic text editor. I use text wrangler on a mac and notepad++ on the pc. You might prefer my other interactive tutorial on PHP. It's called Web Design and Programming. Much better than this one.
mungomungleton Says:
Jan 20, 2011 - thank you i'm realy struggling to get off the ground with this thing .. i finding it hard to sort it all out in my head how it all sorts together e.g php, my sql, web front end etc ... what file extension do i save the file as? thank you, ed.
derekbanas Says:
Jan 20, 2011 - Php files always end with .php It is best to print out the code and refer to it as I proceed through the tutorial. You'll find my other tutorial easier to understand because I type out everything and explain each line of code as I go.
XboxNoLifes Says:
Aug 13, 2011 - Very nice tutorial. I am now able to understand ALMOST thing I see in PHP :D
JAM3Swilliams Says:
Sep 25, 2011 - can i mic this with html what do i save it as
derekbanas Says:
Sep 25, 2011 - Save it with the php extension instead of HTML and it will work
rough12865 Says:
Jan 5, 2012 - Another great tutorial here....you are among the best on youtube for this stuff
derekbanas Says:
Jan 5, 2012 - Thank you. I really appreciate that :)
Colstonewall Says:
Feb 11, 2012 - Derek, do you think PHP is still the most popular scripting language used on the web?? With other web frameworks popping up, like Django, is PHP in a decline?? Still worth learning??
derekbanas Says:
Feb 11, 2012 - Absolutely!!! PHP is extremely important. Python is used with Django and it's great, but most hosting companies won't allow you to use Django












mungomungleton Says:
Jan 20, 2011 - This is good. But id on't even know what to start writing php in? Is it notepad and how do i execute it in a browser?