php-string-basics-tutorial

php-string-basics-tutorial

PHP String Basics: Complete Beginner’s Guide with Examples PHP String Basics Strings are nothing but collection of alphabets,letters.By using this letter we can form a words and sentences.These words or sentences are called as string.In php we are writing the these words or sentences in single or double quotation marks then only php threated as … Read more

php-array-manipulation-functions-part-2

PHP Array Manipulation Functions Part 2 with practical examples

Array manipulation functions in php-part2 Some functions are discussed already.now in this part 2 series we can see remaining array functionsnin php. 1.rsort() 2.asort() 3.ksort() 4.array_slice() 5.array_splice() 6.array_search() 7.in_array() 8.array_unique() 9.array_keys() 10.array_values() 11.count() rsort(): rsort() function in php is very useful.that function is used for sorting elements in descending order.element values are stored in indexed … Read more

PHP Arrays Tutorial for Beginners: Types, Syntax, Examples

arrays in php

PHP arrays are one of the most important data structures Arrays are used to store values.that values are homogeneous means same data type elements are stored in arrays.every element is accessed by using index values. Arrays index values start with 0,1,2…..and so on.these values are written in array()keyword. For example, you can create an array … Read more

PHP File Handling Functions: Read, Write, Open & Close Files with Examples

PHP File Handling Functions Read Write Open Close Files Tutorial

PHP File Handling Functions: Reading, Writing, Opening and Closing File Processing files concept is one of the important concepts in PHP.it is used to interact with a file on server.interacting means reading a file, writing a file,closing a file,opening a file .these are some actions performed on PHP for interaction.we are using some file functions … Read more

Accessing Form Variables in PHP – GET & POST Guide

Accessing form variables in PHP using GET and POST methods with examples

What Are Form Variables in PHP? Accessing form variables are an important topic in PHP web applications.this PHP is helps to validate the data given by the user.this PHP application consists of checkboxes, radio buttons, text fields, etc. given by the user with interacting with application fields. Why Do We Use Form Variables in PHP? In PHP … Read more

PHP If Else & Switch Case Tutorial

PHP If Else & Switch Case Tutorial

Learn If Else, Elseif & Switch Case in PHP Easily Conditional statements or making decisions with conditions in php: Conditional statements are used to check whether condition is satisfied or not.there are many types in this decision makers that is if statement,if else statement,if else if else statement,switch.these are help to check the conditions and … Read more

Complete Guide to PHP Operators with Examples for Beginners

Complete Guide to PHP

Complete Guide to PHP Operators with Examples for Beginners Operator in php: Complete Guide to PHP Operators are special symbol for the purpose to make actions performed by the user . There are seven operators in php.those are 1.Arthematic operator 2.Assignment operator 3.logical operators 4.comparision operators 5.string operators 6.increment/decrement operators Arthematic operators: arthematic operators used … Read more

PHP Constants Explained: Definition, Types and Examples

PHP constants tutorial showing definition and examples

PHP Constants Explained: Definition, Types and Examples Constants used in php PHP coding manam oka website ki leka application ki lopala em process jaragali ani chupisthundi. Manam Facebook anukunte, andulo PHP coding use chestharu. Andulo manaki login ID, name, photo, postlu chupinchadaniki PHP vadatharu. Appudu server ki ardham avuthundi. PHP coding tho user ki em … Read more