Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Complete php mysql course - Learn php mysql and php oop
Rating: 4.2 out of 5(282 ratings)
9,719 students

Complete php mysql course - Learn php mysql and php oop

Php mysql complete guide learn php mysql to create calculator, currency converter & online voting system using php mysql
Created byAbdull Waheed
Last updated 2/2019
English
English [Auto],

What you'll learn

  • 1. Basic PHP understanding
  • 2. Basic MySQLI understanding
  • 3. MYSQLI database queries
  • 4. Creating a complete calculator, converter & voting system record Insert, Display, Delete and Update using PHP

Course content

1 section40 lectures6h 35m total length
  • Lecture 2: PHP & MYSQLi Introduction6:41

    Learn how PHP, a server-side scripting language, works with MySQLi and MySQL to create dynamic websites by linking databases to a web server.

  • Lecture 3: Installing Tools8:24

    Learn to install zem on Windows, download and run it, access the localhost dashboard, and explore deploying apps like Wordpress, Joomla, and Magento.

  • Lecture 4: Php basic syntax7:05

    Explore the basics of php syntax and the basic structure for writing php code. Display output with hello world using echo, and save scripts to localhost for testing.

  • Lecture 5: Echo & Print Commands9:10

    Explore echo and print in PHP to display data on the browser, learn proper syntax with semicolons, line breaks, and concatenation, and build simple tables to present output.

  • Lecture 6: Local Variable9:04

    Explore how to create and use local variables in PHP by defining user-defined variables with a dollar sign, naming them, and assigning strings or numbers for display.

  • Lecture 7: Global Variable15:06

    Explore global variables in PHP and learn to read form data with $_GET and $_POST, retrieve user info such as emails and IPs, and manage sessions and cookies.

  • Lecture 8: Php arrays10:32

    Explore how PHP arrays store multiple values, using global and local variables, create indexed and associative arrays with city to country pairs, and access data by zero-based indexes for display.

  • Lecture 9: Data Types8:49

    Explore the basic PHP data types, from strings and numbers to booleans and arrays, and learn how to declare variables and handle different types.

  • Lecture 10: If Else Statement9:53

    Explore if-else statements in PHP by building conditions, using equals and not equals, and applying assignments versus comparisons with local variables and simple examples.

  • Lecture 11: Php Loops10:09

    learn to master php loops including while, for, and foreach to repeat tasks and display data in the browser, with practical examples showing variable setup and simple output.

  • Lecture 12: PHP Function4:58

    Explore how to define and call PHP functions, set local variables, and use basic control structures like while loops and simple concatenation, with counting examples from 1 to 20.

  • Lecture 13: Include & Require6:06

    Learn how to use include and require in PHP to insert external files into your scripts, with practical examples for including HTML tables and PHP code.

  • Lecture 14: Get & Post Method10:08

    Learn how to implement get and post method forms to submit usernames and emails, compare security implications, and transfer data securely using post in PHP.

  • Lecture 15: Sessions14:02

    Learn how to implement PHP sessions to track user emails, start and manage sessions, store and retrieve session data, and display personalized welcome messages on your site.

  • Lecture 16: Cookies11:07

    Learn how to create and manage cookies in PHP, including setting name, value, and expiration, retrieving with $_COOKIE, testing on localhost, and understanding cookie vs. session usage.

  • Lecture 17: PHP Mail Function8:39

    Learn how to use the PHP mail function to send emails by configuring receiver, subject, message, and sender, and test on localhost with practical examples.

  • Lecture 18: PHP Filters10:42

    Explore PHP filters to validate user input in forms. Learn to collect data via post or get, validate emails with filter_var, and handle invalid input.

  • Lecture 19: File Handling7:42

    Explore PHP file handling by creating, opening, writing to, and closing text files. Verify results in the browser by refreshing to see the written content.

  • Lecture 20: Error Reporting6:39

    Explore how PHP reports errors, from syntax to runtime and irrecoverable errors, and enable error reporting with logging for debugging.

  • Lecture 21: Image Upload9:47

    Learn to upload images with multipart form data in PHP, handling single and multiple files, and organize them in an images folder for display.

  • Lecture 22: Special Commands10:27

    Discover PHP special commands to handle date and time, generate random numbers with mt_rand, and securely change numbers for forms and invoices through dynamic, refreshed inputs.

  • Lecture 23: Important tips5:12

    Master essential php, mysql, and php oop tips by watching the full lecture, practicing consistently, and using discourse resources, course updates, and instructor contact options.

  • Lecture 24: Mysqli Introduction11:28

    Learn to create a MySQL database and a users table with mysqli: define id, username, email, and password; set an auto_increment primary key; and insert sample data.

  • Lecture 25: MYSQLi Connection10:54

    Create a PHP form for new user input (username, email, password) and establish a MySQLi connection to a local database, handling errors on localhost.

  • Lecture 26: Inserting Data Into Table10:51

    Learn how to insert data into a MySQL table with PHP using the post method, retrieving user name, email, and password from a form and inserting into the table.

  • Lecture 27: Select Data From Table12:22

    Master selecting data from a MySQL table in PHP by querying the new_users table and displaying results in an HTML table with links to view, update, and delete users.

  • Lecture 28: Viewing Data8:04

    Learn how to view and manage user data in a MySQL table by inspecting records, correcting errors, and updating or deleting entries using clear steps.

  • Lecture 29: Delete Users10:37

    delete users from a MySQL table using PHP by clicking delete links, constructing a delete query with a user_id, and refreshing the page to reflect removals.

  • Lecture 30: Editting Data9:15

    Explore how to edit data with PHP and MySQL by reading form input, selecting records, and updating user details in a database table.

  • Lecture 31: Update Data11:41

    Update a user's data in PHP and MySQL by submitting a form, posting data, and running an update query that targets user by ID to modify name, email, and password.

  • Lecture 32: Data By Order9:01

    Demonstrate sorting data with order by, showing ascending and descending orders, using order by 1 and limit to control results on a user table in php mysql.

  • Lecture 33: Simple Calculator 115:09

    Create a simple calculator using PHP and HTML form, posting to the same page, with a table layout and a select operator for plus, minus, and multiply.

  • Lecture 34: Simple Calculator 28:42

    Learn how to build a dynamic PHP-based simple calculator that uses form inputs and a button to perform plus, minus, multiply, and divide operations and display the result.

  • Lecture 35: Simple Converter 19:04

    Create a simple currency converter in PHP using a form and table, converting US dollars to another currency such as Pakistan, with a submit button and centered layout.

  • Lecture 36: Simple Converter 212:45

    Create a simple PHP currency converter using input fields and local variables, driven by if statements to convert USD and other currencies and display the resulting balance.

  • Lecture 37: Voting System 114:06

    Learn to build a voting system in a php mysql course by creating a form, wiring it to a file for posting data, linking pages, and testing on localhost.

  • Lecture 38: Voting System 212:37

    Learn how to build a simple voting system with php and mysql: establish a database connection, create a votes table, insert and tally votes, and display results.

  • Lecture 39: Voting System 317:02

    Learn to build a PHP MySQL voting system interface, capture votes with buttons, query and display results, and calculate percentages using SQL queries and local variables.

  • Lecture 40: Introduction to oop10:25

    Explore the basics of object oriented programming in PHP, including creating classes, instantiating objects with new, and defining public properties and methods through practical examples and echo outputs.

  • Bonus Lecture!0:49

Requirements

  • The basic knowledge of HTML & CSS (Optional)
  • No other requirement we will cover everything from zero- hundred

Description

All the videos and resources are download for this course.   PHP MYSQL Complete Guide Including Projects Like:

  • PHP MYSQL Calculator

  • PHP MYSQL Online Voting System

  • PHP MYSQL Currency Converter

  • Much more...

Are you ready to learn how to build a complete calculator, currency converter and voting system using PHP MySQL? Then you are at the right place at the right time and you have the perfect tutorial.   

Hi,  

Welcome to My PHP and MySQL tutorial.  

  • Do you want to learn PHP and MySQL?  

  • Are you looking for a complete PHP and MySQL Course?  

  • Would you like to learn PHP and MySQL in a better way?  

  • Do you want to learn how to code a PHP and MySQL projects?  

 

My name is abdull waheed I have degree in computer science as a software engineer and I have worked for different companies as a software engineer.  

Over 9,000 Students taking this course already  

In this tutorial "PHP and MySQL tutorial" I am going to teach you everything you need to know about PHP and MySQL  

First we will cover all the basic things which you need to learn inside PHP and MySQL  

  • Complete PHP tutorial  

  • Complete MySQL tutorial  

With this amazing tutorial you will learn to work on PHP and MySQL projects  

 

 

 

Finally you will learn how to create  

  • Calculator in PHP  

  • Currency converter in PHP  

  • Voting system in PHP and MySQL  

Now that you have decided to learn PHP and MySQL "congratulation" you are in the right place with the right tutorial  

To begin learning right now all you have to do is enroll in this course. Just click on the "Take this course “button in the top corner of this page.   

And remember, you're taking this course at no risk to yourself. Udemy backs your purchase with a 30 day no questions asked money back guaranty. So what are you waiting for? Enroll now so we can begin learning together.  

   

Best of luck and I'll see you in the classroom,  

 

 

 

Abdull waheed  

   

Who this course is for:

  • 1. This course is for students who want to start their career in web development.
  • 2. This course is for beginner developers who want to start professional work with PHP
  • 3. This course is for newbies who want to learn php & mysqli from basic
  • 4. This course is for beginners intermediate level students