Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Programming Languages PHP

PHP Development

No prerequisite skills, but buckle up and prepare to develop! Covering many aspects of PHP.
Rating: 4.5 out of 54.5 (1,496 ratings)
72,643 students
Created by Caleb Curry
Last updated 3/2015
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Introduce the topics of servers and clients
  • Introduce basic Web Development
  • Assist viewers in learning all standardized programming concepts and structures. This includes the basics (if statements) as well as more advanced topics.
  • Begin teaching PHP specific structures and start developing PHP programs
  • DIVE INTO PHP AND WEB APP DEVELOPMENT!

Course content

4 sections • 60 lectures • 7h 43m total length

  • Preview09:39
  • Servers, Clients, and How the Internet Works
    08:25
  • How does a Local Server Work
    05:53
  • Installing Xampp for Local Server PHP Development
    11:50
  • What gets sent to the Browser
    09:36

  • Comments
    12:07
  • Variables
    09:49
  • Strings
    09:02
  • Single Quotes vs Double Quotes
    07:43
  • String Concatenation
    05:59
  • Arithmetic Operators
    05:19
  • Increment Decrement Operators
    10:20
  • Assignment Operators
    06:25
  • Assigning by Reference
    06:23
  • Constants
    07:04
  • Unary, Binary and Ternary Operators
    08:11

  • If Conditional
    07:24
  • Comparison Operators
    06:18
  • Logical Operators
    07:35
  • Short Circuiting
    04:12

  • Elseif Conditional
    07:30
  • Switch and Break
    08:23
  • While Loop
    02:59
  • Do While Loop
    06:13
  • For Loop
    08:38
  • Introducing Arrays
    10:35
  • Introducing Arrays pt2
    04:42
  • Creating Arrays
    10:25
  • Multidimensional Arrays
    09:24
  • Foreach Loop, How to Iterate through all Array values
    09:58
  • Creating Indexed and Associative arrays in PHP
    07:59
  • Using the array function for Creating Arrays and Multidimensional Arrays in PHP
    08:54
  • Using The Foreach loop to use all Array Values in PHP
    07:42
  • All Control Flow Structures that we Learned in PHP
    09:04
  • Functions
    10:48
  • Functions Pt2
    08:25
  • Functions Pt3
    07:43
  • Include and Require Functions
    08:53
  • Absolute vs Relative Paths
    06:12
  • Dynamic Page Titles
    08:15
  • Variable Scope
    08:00
  • Superglobal Arrays
    05:26
  • Creating an HTML Form
    14:42
  • Creating a Dynamic Header and Footer
    11:41
  • Adding New Page Links to our Header File
    06:04
  • Introduction to Form Handling
    10:22
  • Understanding $_REQUEST Form Handling
    11:24
  • isset() and !empty()
    10:49
  • How to Check if Submitted Forms have a Value
    00:28
  • Creating Our News Letter Form
    07:53
  • Checking Our News Letter Form for Values
    11:28
  • Dynamic Page for Buy or Girl
    08:12
  • Hacking our Webform
    04:39
  • $_POST method and Accessing Form Values Directly
    08:38
  • Single Page Form Validation Introduction Part 1
    05:05
  • Single Page Form Validation Introduction Part 2
    04:53
  • Creating Our Single Page Form Validation
    04:03
  • Introduction to Sticky Forms
    03:18
  • Why I choose to use isset() for Sticky Forms
    03:58
  • Preview00:25

Requirements

  • XAMPP or any form of web server (Don't worry, I give instructions on how to set this up).
  • notepad++ (free program)

Description

This course is offered to allow for download and anytime use as well as for anybody who wishes to support my YouTube channel. This course is still in development and by becoming a student to this course you will receive any future video within this series for FREE! When created, they will be added to this course and you can download them as you please (This does not ensure new content). There is also a lot of content already, which will begin your PHP experience! By enrolling in this course I will know that there is an interest in this material and I will be motivated to create EVEN MORE! Thank you to everyone who contributes!

About this course:

This is an introductory course that dives into the basics of many topics in PHP programming, so far including:

  1. Introduction
  2. Servers and Clients
  3. variables and constants
  4. datatypes
    1. Strings and numbers
    2. arrays
    3. etc...
  5. operators
  6. control structures (if, while, for, etc...)
  7. functions
  8. and many of the great possibilities with PHP!

Who this course is for:

  • Beginners
  • basic web developers
  • anyone needing a php video reference
  • anyone who wants to be able to watch these videos anywhere!

Instructor

Caleb Curry
Educator, YouTube Partner.
Caleb Curry
  • 4.0 Instructor Rating
  • 8,298 Reviews
  • 220,191 Students
  • 9 Courses

Hi! I'm Caleb. I have created over 1,500 tutorials on data, software development, cryptocurrency, etc. I believe that the way I teach is what matters. I don’t flash big words without explaining them and I don’t assume knowledge.

I keep it simple

My goal is to simplify complex problems for anyone to understand. I'm not your typical "teachers who can create an entire course without actually explaining anything.

I keep it detailed

I also like to be thorough. If you watch my content and don’t leave with a new understanding, then I am not doing my job.


I keep it fun

My primary goal is not to put you to sleep as I read an encyclopedia from slides (I prefer dictionaries). Actually, I kinda hate Powerpoint. My unique approach has caused my videos to be watched 91 years (that’s 800K hours of watchtime on YouTube alone).


I am now a tech trainer with this resume:

170k+ YouTube subscribers

180k+ Udemy students

Ex-IBMer and Ex-Software Engineer

O’reilly Live trainer and course author

International speaker on data and Software Development

10 years of coding experience


I love teaching, and I’m beyond excited to have you join me in the learning process.

~~~~~~~~~~~

June 4th, 2012.  I decided to take my skill set to the next level and learn how to professionally program databases as well as websites.  After just graduating my Junior year of high school, I did not have a typical summer vacation.  Rather, I studied daily and prepared for this new goal of mine.  By July 23rd, I uploaded my first class in this new mindset of determination.  Since then, I have created over 1,500 educational classes over database Design, programming, web development, and more.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.