Skip to content
01666-222229
info@practicise.com
Sircl Tech Pvt. Ltd, Red Light Chowk, Sirsa
Search
Search
Home
About Us
All Subjects
English
Hindi
Indian GK
Rajasthan GK
Haryana GK
Courses
Coding
Account
Dashboard
Registration
Instructor Login
Menu
Home
About Us
All Subjects
English
Hindi
Indian GK
Rajasthan GK
Haryana GK
Courses
Coding
Account
Dashboard
Registration
Instructor Login
Course Content
Getting Started
0/3
What is PHP?
Installing XAMPP/Laragon/WAMP or using VS Code with PHP
Running your first PHP file (hello.php)
PHP Basics
0/4
Syntax & Comments
Variables and Constants
Data Types (string, integer, float, boolean, array, object, NULL)
Operators (Arithmetic, Assignment, Comparison, Logical)
Control Structures
0/3
if, else, elseif
switch
Loops: for, while, do-while, foreach
Functions
0/3
PHP Functions (Defining and Calling)
Parameters and return values
Variable scope (global, local, static)
Forms and User Input
0/4
Handling GET and POST data
Form validation (basic)
Displaying Error Messages Below Input Fields (Form Validation)
isset() and empty()
Arrays & Strings
0/3
Indexed and Associative Arrays
Array functions: array_merge(), array_push(), count(), explode(), etc.
String functions: strlen(), str_replace(), substr(), strpos()
File Handling
0/3
Reading and writing files
File uploads
fopen(), fwrite(), fread(), unlink()
Sessions and Cookies
0/2
$_SESSION and $_COOKIE
Login/logout session handling
Working with MySQL (PDO / MySQLi)
0/3
Connecting to database
CRUD operations
Prepared statements to prevent SQL Injection
PHP