Php is a server-side web scripting language. You can learn and create your own website dynamically.Php stands for hypertext preprocessor. It can be combined with HTML.
you can create connectivity with database and play with web applications
create dynamic websites.
There are many cms and framework which can be learned after a strong knowledge of PHP. Then you are able to create websites easily.
1. B.Tech/BCA/M.CA Students can learn.
2. A business owner who wants to create and manage his website.
3. Anyone who wants to become a web developer
Basic
Introduction of PHP, Data Types, Operators
Installing Local Server (XAMPP/WAMPP)
Echo function
Conditional tag (If Else)
Loop (While loop, For Loop)
Array (Numeric, Associative, Multi-Dimensional)
For each loop in the array
Functions
Switch Case
OOPS
The database, Mysql Data Types, Creating Tables
Project:
Setting up HTML template for PHP project
Creating â??registerâ?? table, registration Page with array validation
Login panel using session
Setting up my profile page menu visible when logged in else hide
Admin Panel /Backend creation
Creating â??categoryâ??, â??colourâ??, â??productsâ?? table, understanding foreign id
Create add category, add colour page
Creating add products page
Create image upload, validation random image name
Product listing page
Course Content By Magento Guru
Product editing page with query string Create CMS page management â??pageâ?? table, add,edit,list page Display page through menu item in frontend Frontend category wise product listing Creating product details page using query string Creating cart page , â??cartâ?? table Using inner join to display product in cart page Managing quantity update, product remove from cart page Creating delivery information page Creating order review page Showing cart summary in right side Implementing PayPal payment gateway for online payment Manage purchase order in admin panel Showing order details for user when logged in Creating contact us page to send email Using cookies to remember admin login details Moving PHP Project from localhost to live server Finalising project in localhost(local server) Ftp to upload files to server Creating & connecting database and user in live server.