
PHP for Beginners -Become a PHP Master – Project Included
PHP for Beginners: learn everything you need to become a professional PHP developer with practical exercises & projects.
What Will I Learn?
- Create Databases
- Use MYSQL with PHP
- Use OOP in PHP
- Create custom functions
- Create a (CMS) Content Management System like WordPress
- And much more….
Requirements
- Basic HTML and CSS is needed for this course.
Description
Are you new to PHP or need a refresher? Then this course will help you get all the fundamentals of Procedural PHP, Object Oriented PHP, MYSQLi and ending the course by building a CMS system similar to WordPress, Joomla or Drupal.
Knowing PHP has allowed me to make enough money to stay home and make courses like this one for students all over the world. Being a PHP developer can allow anyone to make really good money online and offline, developing dynamic applications.
Knowing PHP will allow you to build web applications, websites or Content Management systems, like WordPress, Facebook, Twitter or even Google.
There is no limit to what you can do with this knowledge. PHP is one of the most important web programming languages to learn, and knowing it, will give you SUPER POWERS in the web development world and job market place.
Why?
Because Millions of websites and applications (the majority) use PHP. You can find a job anywhere or even work on your own, online and in places like freelancer or odesk, themeforest or codecanyon. You can definitely make a substantial income once you learn it.
So why is this course so unique and popular?
Reason #1: The course is completely project-based.
Reason #2: You will not just learn how to code also will go through the entire process of building and launching our website project.
Reason #3: We will give you full support to be professional and earn money.
Reason #4: Money back Guarantee.
Reason #5: We will with you until you be professional or get job.
My Promise to You
I created this course not just to make money but to teach you the knowledge that will help you with PHP since I was in your shoes some years ago. If you need support, I will be just a message or an email away. I love what I do, but most importantly I love when my students succeed and that for me is priceless. You success depends on yours and I will make sure with that you get all the help you need when you need it.
I will not bore you 🙂
I take my courses very seriously but at the same time I try to make it fun since I know how difficult learning from an instructor. This course is fun, and when you need some energy to keep going, you will get it from me.
My Approach
Practice, practice and more practice. Every section inside this course has a practice lecture at the end, reinforcing everything with went over in the lectures. I also created a small application then you will be able to collect to help you practice PHP. To top it off, we will build and awesome CMS like WordPress, Joomla or Drupal.
100% Money Back if you don’t like it
With 100% money guaranteed, you have NOTHING to lose and a world of possibilities for your future. If for some reason you don’t like the course or me, you can get your money back.
Commonly Asked Questions…..
Q: Is PHP worth it to learn?
A: YES YES YES…
PHP is one of the best web programming languages in the world, and all the large important websites, like Google, Apple, Facebook, Yahoo, Wikipedia and many more use it for their web applications.
Q: Can I make Money if I know PHP?
A: LOTS of it
Go over to freelancer dot com and search for PHP projects. You will see so many projects waiting for people to finish them in that site. There are actually more projects in PHP than in any other language.
This PHP Course Covers the following and then some…
- Variables in PHP
- Math in PHP
- Arrays in PHP
- Control Structures in PHP
- Comparison Operators in PHP
- Mayor Loops in PHP
- Functions in PHP
- Constants in PHP
- Super Globals in PHP
- Form Submissions in PHP
- Sessions in PHP
- Cookies in PHP
- Security in PHP
- Databases in PHP
- Object Oriented PHP
- CMS project-similar to (WordPress)
- And much more …..
Please look at all the lectures to see more things that are covered.
Who is the target audience?
- This course is meant for TOTAL beginners in PHP
- No programming experience is needed at all
Curriculum for This Course
The First Steps:
- Introduction
- Local Development Environment and Software Install
- Code Editor Installation
- Embedding PHP in HTML
- Using Dynamic Data
- Inserting Comments in PHP
- Practice Section
Data Types and More:
- Variables in PHP
- Math
- Arrays
- Associative Arrays
- Practice Section
Control Structures:
- if Statements
- Comparison and Logical Operators
- Switch Statements in PHP
- While Loop in PHP
- For Loop in PHP
- Foreach Loop in PHP
- Practice Section
Custom Functions:
- Defining functions
- Function Parameters
- Return Values From Functions
- Global Variable and Scope
- Constants
- Practice Section
PHP Built-in Functions:
- Math Functions
- String Functions
- Array Functions
- Practice Section
How To Use Form Data in PHP:
- Checking for Form Submission
- Extracting Information from form
- Validating The Form Values
- External Page Submission
- Practice Section
How To Use Databases in PHP:
- Introduction to Databases
- Introduction to PHPmyadmin
- Creating a Database in PHPmyadmin
- Creating Tables and Inserting Data in PHPmyadmin
- Markup for Login Page
- Receiving Post Data From Check
- Connecting to the Database using PHP
- Creating Records into the database table with PHP
- Reading Information in the Database with PHP
- Creating the Update Records Form
- Fixing Name Attribute Value
- Query to Read Id’s
- Query to Update Username and Password
- Refactoring The Update Query into a Function
- Delete Records From Database with PHP
- ReFactoring all Database Query Code into Functions
- Making All Files Modular and Refactoring
- Practice Section
PHP Security:
- SQL Injection – How to Prevent it
- Password Encryption
- Practice Section
PHP and The Web:
- Introduction to HTTP Requests and more
- Using The GET super Global
- Using the Post Super Global
- About Cookies in PHP
- Setting Cookies with PHP
- Reading Cookies in PHP
- How use Sessions in PHP
- Practice Section
Object Oriented PHP Introduction:
- What are classes and objects ? Introduction
- What are classes and how to define them in PHP
- What are class methods and how to create them
- How to instantiate a class
- Adding Properties to Our Class
- Class inheretance
- Constructors
- Data Access
- Static Data in Classes
- Practice Section
Working with files:
- Opening and creating files
- Writing to files
- Reading files
- Deleting files
CMS Project / Blogging System – Front End and First Steps:
- Turning On Some Important Features
- Adding our assets / working structure
- Creating database and category table for the CMS
- Connecting to the database with PHP
- Making our files reuseable
- Inserting Data into Category Table and Displaying it
- Creating the posts table
- Post Comment Count Update ( Edwin from the future )
- Inserting Data into the posts table and displaying it
- Inserting the post image and displaying it
- Creating a custom search engine part 1
- Creating a custom search engine part 2
- Creating a custom search engine part 3
- Adding Categories to the sidebar
CMS – Categories & More…:
- Creating reuseable code in the admin
- Creating the navigation links in admin
- Creating the admin category page part 1
- Creating the admin category page part 2
- Displaying data in category page
- Adding Categories
- Adding a special Function to our header file
- Deleting Categories
- Updating or Editing Categories part 1
- Updating or Editing Categories part 2
- Refactoring category code part 1
- Refactoring category code part 2
CMS – POSTS:
- Creating a HTML table in admin to display a list of posts
- Displaying posts list in admin
- Including Pages based on condition technique
- Creating Post HTML form in admin
- Inserting Post Data From admin
- Deleting Posts in admin
- Creating the HTML edit form post page
- Displaying the Edit Data in Post Edit Page
- Dynamic Category Editing / Image Display
- Finally Updating Posts
- Relating Categories to posts and Displaying it
- Adding Category Dropdown to the Add Post Page
- Adding Individual Post Page and Link
- Creating the category page
- Setting up some links and making an excerpt
CMS – COMMENTS:
- Creating the comments table and inserting data
- Creating the comments page and HTML form in admin
- Creating the Query for displaying comments in admin part 1
- Creating the Query for displaying comments in admin part 2
- Inserting new fields in Front end comment form and testing it
- Creating the Frond End comment insert query
- Finishing the query to send comment data (Front end)
- Relating Comments to posts
- Deleting comments
- Approving and unapproving comments
- Displaying comments based on approval
- Increasing comments count
- Adjustments to visual for comments
- Adjustments for comments and Displaying Post Based on Status
CMS – USERS:
- Creating the users table and data insert
- Creating users pages and links
- Modifying user table heading
- Creating the display query for users
- Displaying users in admin
- Adding users in admin part 1
- Adding users in admin part 2
- Adding users in admin part 3
- Adding users in admin part 4 and final
- Deleting users
- Changing user roles
- Setting Up the Edit User Page
- Displaying User Values in Edit Page
- Adding Select Options to User Role
- Updating User
CMS – Login:
- Creating the login form
- Making the login page
- Select User Query
- Validating User Query Front End
- Setting Values with Sessions
- Validating User Admin
- Logout Page Improved Validation
- Login improved- Edwin from the Future
CMS – Profile:
- Creating the Profile Page
- Displaying User Data
- Updating User Data
CMS – Dashboard:
- Adding Widgets
- Posts Dynamic Data in Widget
- Using Dynamic Data in all Widgets
- Adjusting Widget Links
- Adding an AWESOME Chart to admin
- Cleaning up the chart a little
- Displaying Dynamic Data in chart part 1
- Displaying Dynamic Data in chart part 2
Improving Our CMS:
- Adjusting post echo
- Removing Read More Button
- Adding Notification to Add User Page
CMS -Extra Features:
- Adding Dynamic Category Selection for Edit Post Page
- Adding extra element to dashboard
- Adding the WYSIWYG Editor
- Adding Links to Post Images and Read More Button
- Adding Post Update Notification
- Adding Post Edit Link in Front End
- Adding Bulk Options Posts, part 1
- Adding Bulk Options Posts, part 2
- Adding Bulk Options Posts, part 3
- Adding Bulk Options Posts, part 4
- Adding Bulk Options Posts, part 5
- Adding Bulk Options Posts, part 6
- Adding Dropdown Option for Add Post Page
- Adding Post Creation Notice to Add Post Page
- Adding Link to Add New Button in Post Page
- Adding Link to View Posts from Admin
- Adding Dynamic Personalization to Admin
- Adding Validation to Comments in Post Page
CMS -Extra Features – User Registration:
- Downloading & Placing Form Markup
- Testing Registration Form
- Extracting Form Values and Escaping
- Starting Query and Default Tables Values
- Fetching our Database for Default Values
- Validating Fields
- Encrypting User Passwords
- Updating Our CMS due to password Encryption
- User Page Display Shorter Password Field
- User Page Dropdown Default Value Change
- PHP and Javascript Confirm Before Action
- Get Your Certificate
- Wrapping this up! (IMPORTANT)
- Make your Feature requests here!
CMS-Extra Features – Author Related Posts:
- Relating Posts to their Authors Part #1
- Relating Posts to their Authors Part #2
- Cloning Posts NEW feature – COOL STUFF 🙂
- Adding a LOADER to the CMS Admin
- Adding views functionality to posts
- Resetting Views Feature
Pagination:
- Pagination Intro and Part 1
- Pagination Intro and Part 2 – Links and Get Request
- Pagination Intro and Part 3 – Get Request Processing
- Pagination Intro and Part 4 – Assigning a variable to the per page value
- Pagination Intro and Part 5 – Adding Some Style to Current Page 🙂
CMS – Extra Features – Users ONLINE:
- Creating the user online table and Setup
- Creating the PHP code and Queries
- Displaying Users Online 🙂
- Displaying Users Online in Navigation
- Instant Users Online count without refreshing part 1
- Instant Users Online count without refreshing part 2
CMS- Extra Feature – NEW Simple Password Encrypting and Login System:
- Explanation of new New function and Implementation
- Login in Users with new System
- Adding New System to Add Users in Admin
- Adding new password system to edit user page part 1
- Adding new password system to edit user page part 2
- Cleaning Up Edit User Page
CMS – Extra Feature – Improved Comment system count and display:
- Comment count and amount display
- Creating a link in comment count and sending a GET Request
- Comments page to specific posts
- Deleting in the same page
CMS – Extra Feature – Post for Specific User in admin:
- Part 1 – Add Page
- Part 2 – Insertion
- Part 3 – Fixing User Display Issue
- Part 4 – Edit Post Page Update
- Part 5 – Upgrading Front End
CMS – More Security:
- URL and MySQL Injection Protection
Taking the Project to the Internet:
- WARNING BEFORE GOING ONLINE – Edwin from the future
- Hosting Setup
- Displaying errors online
- Uploading files
- Creating the Online Database
- Importing database
- Fixing access to application!
- Getting the right PHP online version (FIXED)
Sending Emails:
- Creating a contact page
- Uploading Contact page
- Sending emails
- Modifying Email Headers
Bootstrap Modal Delete Confirm Feature:
- Intro
- Creating the markup
- Writing the code
No posts or category message feature:
- Intro
- No posts feature home page
- No categories feature
- Don’t show draft to visitors but everything to admin
- Applying functionality to mayor pages
Some miscellaneous features:
- Active navigation links
- Login form visibility when logged in or logged out
Having fun with bugs:
- Duplicate category improvement
- Fixing bug in our edit post javascript editor
- Cloning empty fields and table shifting fix
Refactoring part 1:
- Refactoring index in admin part 1
- Refactoring index in admin part 2
- Refactoring our view all posts by JOINING TABLES part 1
- Refactoring our view all posts by JOINING TABLES part 2
New registration system:
- Create a better admin detection feature
- Duplicate username function
- Duplicate email function
- Validation for registration
- Setting up our Login user function
- Adding some user friendly code
- Displaying inline errors in form
- Registering users with the new function
- Login users with the new function
- Deleting via POST
Adding Prepare statements to our application for security:
- Fetching posts in the category page using prepared statements part 1
- Fetching posts in the category page using prepared statements part 2
- Fetching posts in the category page using prepared statements part 3
- Inserting categories with prepare statements
- Updating categories with prepare statements
- Closing statements
CMS Extra feature – Pretty URL’s:
- Intro (IMPORTANT)
- Turning on the rewrite engine
- Rewriting index, contact and registration
- Rewriting post page and query string
- Rewriting category page and fixing links
INFORMATION ABOUT PHP FOR BEGINNERS COURSE:
- Fees: 20,000/=
- Course Duration : 3 Months
- Venue : House – 11 , Road – 17, Sector -14, Uttara, Dhaka
- Phone: +88-01914314182, +88-01974314182, +88-01755684499
- Email: graceweb7@gmail.com
- Web: www.gracewebtech.com