1 / 14

PHP/MySQL Course with OOP

PHP Mysql Course is catered in such a way that it covers advanced concepts of OOPS which will help you understand the newer PHP Frameworks quickly.<br><br>http://continued-learning.com/php-mysql-oops.php

ChetanKarma
Download Presentation

PHP/MySQL Course with OOP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PHP/MySQL Course with OOP which will help you in your career growth

  2. What is PHP? • PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. • PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.

  3. PHP is an acronym for "PHP: Hypertext Preprocessor“ • PHP is a widely-used, open source scripting language • PHP scripts are executed on the server • PHP is free to download and use

  4. What is a PHP File? • PHP files can contain text, HTML, CSS, JavaScript, and PHP code. • PHP code are executed on the server, and the result is returned to the browser as plain HTML. • PHP files have extension ".php"

  5. What Can PHP Do? • PHP can generate dynamic page content • PHP can create, open, read, write, delete, and close files on the server • PHP can collect form data • PHP can send and receive cookies • PHP can add, delete, modify data in your database • PHP can be used to control user-access • PHP can encrypt data

  6. Why PHP? • PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.) • PHP is compatible with almost all servers used today (Apache, IIS, etc.) • PHP supports a wide range of databases • PHP is free. • PHP is easy to learn and runs efficiently on the server side

  7. What Do You Need? • To start using PHP, you can: • Find a web host with PHP and MySQL support • Install a web server on your own PC, and then install PHP and MySQL

  8. What is MySQL? • MySQL is a database system used on the web • MySQL is a database system that runs on a server • MySQL is ideal for both small and large applications • MySQL is very fast, reliable, and easy to use • MySQL uses standard SQL • MySQL compiles on a number of platforms • MySQL is developed, distributed, and supported by Oracle Corporation

  9. The data in a MySQL database are stored in tables. A table is a collection of related data, and it consists of columns and rows. • Databases are useful for storing information categorically. A company may have a database with the following tables: • Employees • Products • Customers • Orders

  10. Database Queries • A query is a question or a request. • Select – Select all the data from a table. • Update – Edit any record • Delete – delete any record from table • Insert – Add new record

  11. What is OOPS • Principles Of Object Oriented Programming in PHP. Object Oriented Programming, or OOP, refers to the method of programming that invokes the use of classes to organize the data and structure of an application. • 4 fundamental OOP concepts: • Classes,  • Objects, • Properties • Methods

  12. Why use Object-Oriented Programming? • Easy to map onto real-world situations • Easy to write modular code. • Easy to write reusable code

  13. To Learn More PHP, MySql,& OOPS • Join Continued Learning’s New batch at, • Continued Learning • 1st floor, Ketki Apartments, Opp Silicon Valley, Besides Alka Talkies, SadashivPethPune. • Phone: +91-9850327938 • Email:info@continued-learning.com • www.continued-learning.com

  14. www.continued-learning.com

More Related