SlideShare a Scribd company logo
Working with Text and
Numbers
Text
Numbers
Variables
TEXT
• Spend lot of time handling text
• Generates HTML and works with data in databases
• Slicing and dicing text means we can easily built the dynamic websites
• Pieces of text are called strings
• String can contain any characters( letters, numbers, spaces, tabs )
• String can even contain binary files such as image or sound
Defining text strings
• Simples way is to surround with single quotes(‘ ’)
Text and Numbers (Data Types)in PHP
• To print single quote inside single quote we need backslash
character()
• Also called as escape character
Text and Numbers (Data Types)in PHP
• Escape character can be escaped itself
Text and Numbers (Data Types)in PHP
• Only characters that get special treatment inside single quotes are
single quotes and backslash character
Text and Numbers (Data Types)in PHP
• Strings can also be defined with the help of double quotes but they
have more special characters
• String can also be defined with the help of here document
Text and Numbers (Data Types)in PHP
• To combine two strings period(.) is used
Text and Numbers (Data Types)in PHP
Manipulating Text
• Validation
• Input coming is as per our requirement or not
• Formating
• Change the look of the output
Validation
• trim()
• strlen()
• Comparing string with equality operator
• strcasecmp()
trim()
• Syntax:
• trim( string, charlist )
• Removes whitespaces and other pre-defined characters from left and
right of the string
• Related functions:
• ltrim( string, charlist )
• rtrim( string, charlist )
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Formating
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
• strtoupper() - converts a string to uppercase
• strtolower() - converts a string to uppercase
• lcfirst() - converts the first character of a string to lowercase
• ucfirst() - converts the first character of a string to uppercase
• ucwords() - converts the first character of each word in a string to
uppercase
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
• The substr() function returns a part of a string.
• Syntax
• substr(string,start,length)
• A positive number - Start at a specified position in the string
• A negative number - Start at a specified position from the end of the
string
• 0 - Start at the first character in string
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
• The str_replace() function replaces some characters with some other
characters in a string.
• Syntax
• str_replace(find,replace,string)
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Numbers
• Integers
• float
Arithmetic Operators
• *
• /
• %
• +
• -
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Variables
• Holds the data in the program
Text and Numbers (Data Types)in PHP
Operating on variables
Text and Numbers (Data Types)in PHP
Combined assignment and addition
Text and Numbers (Data Types)in PHP
Combined assignment and concatenation
Text and Numbers (Data Types)in PHP
Incrementing and decrementing
Text and Numbers (Data Types)in PHP
Putting Variables inside string
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP
Text and Numbers (Data Types)in PHP

More Related Content

What's hot (19)

PPTX
Arrays in Data Structure and Algorithm
KristinaBorooah
 
PPTX
Python data type
nuripatidar
 
PPTX
Chapter 14 strings
Praveen M Jigajinni
 
PPTX
Quick Scala
Puneet Kumar
 
PDF
Functional programming with F#
Remik Koczapski
 
PPT
Adv. python regular expression by Rj
Shree M.L.Kakadiya MCA mahila college, Amreli
 
PDF
The Ring programming language version 1.6 book - Part 182 of 189
Mahmoud Samir Fayed
 
PPTX
Python
reshmaravichandran
 
PDF
String handling(string class)
Ravi Kant Sahu
 
PPTX
C# String
Raghuveer Guthikonda
 
PPTX
Java string handling
Salman Khan
 
PPTX
Fundamentals of Python Programming
Kamal Acharya
 
PDF
Anton Kasyanov, Introduction to Python, Lecture4
Anton Kasyanov
 
PPT
Arrays in C++
Janpreet Singh
 
PDF
Data types in python
Learnbay Datascience
 
PPT
Strings In OOP(Object oriented programming)
Danial Virk
 
PPTX
Ruby data types and objects
Harkamal Singh
 
PPTX
String, string builder, string buffer
SSN College of Engineering, Kalavakkam
 
PPTX
Python data type
Jaya Kumari
 
Arrays in Data Structure and Algorithm
KristinaBorooah
 
Python data type
nuripatidar
 
Chapter 14 strings
Praveen M Jigajinni
 
Quick Scala
Puneet Kumar
 
Functional programming with F#
Remik Koczapski
 
Adv. python regular expression by Rj
Shree M.L.Kakadiya MCA mahila college, Amreli
 
The Ring programming language version 1.6 book - Part 182 of 189
Mahmoud Samir Fayed
 
String handling(string class)
Ravi Kant Sahu
 
Java string handling
Salman Khan
 
Fundamentals of Python Programming
Kamal Acharya
 
Anton Kasyanov, Introduction to Python, Lecture4
Anton Kasyanov
 
Arrays in C++
Janpreet Singh
 
Data types in python
Learnbay Datascience
 
Strings In OOP(Object oriented programming)
Danial Virk
 
Ruby data types and objects
Harkamal Singh
 
String, string builder, string buffer
SSN College of Engineering, Kalavakkam
 
Python data type
Jaya Kumari
 

Similar to Text and Numbers (Data Types)in PHP (20)

ODP
PHP Web Programming
Muthuselvam RS
 
PPTX
Tokens in php (php: Hypertext Preprocessor).pptx
BINJAD1
 
PPT
9780538745840 ppt ch03
Terry Yoast
 
PPTX
String variable in php
chantholnet
 
PPTX
UNIT II (7).pptx
DrDhivyaaCRAssistant
 
PPTX
UNIT II (7).pptx
DrDhivyaaCRAssistant
 
PPTX
String handling and arrays by Dr.C.R.Dhivyaa Kongu Engineering College
Dhivyaa C.R
 
PPT
Php, mysqlpart2
Subhasis Nayak
 
PPT
Manipulating strings
Nicole Ryan
 
PDF
Perl_Tutorial_v1
tutorialsruby
 
PDF
Perl_Tutorial_v1
tutorialsruby
 
PPT
Class 5 - PHP Strings
Ahmed Swilam
 
PPTX
STRINGS IN PYTHON
TanushTM1
 
PDF
strings in python (presentation for DSA)
MirzaAbdullahTariq
 
PDF
Character Array and String
Tasnima Hamid
 
PDF
6-Final MySQL Library Functions.pdf
Surendrasingh211500
 
PPTX
Python Strings.pptx
adityakumawat625
 
PDF
php_string.pdf
Sharon Manmothe
 
PHP Web Programming
Muthuselvam RS
 
Tokens in php (php: Hypertext Preprocessor).pptx
BINJAD1
 
9780538745840 ppt ch03
Terry Yoast
 
String variable in php
chantholnet
 
UNIT II (7).pptx
DrDhivyaaCRAssistant
 
UNIT II (7).pptx
DrDhivyaaCRAssistant
 
String handling and arrays by Dr.C.R.Dhivyaa Kongu Engineering College
Dhivyaa C.R
 
Php, mysqlpart2
Subhasis Nayak
 
Manipulating strings
Nicole Ryan
 
Perl_Tutorial_v1
tutorialsruby
 
Perl_Tutorial_v1
tutorialsruby
 
Class 5 - PHP Strings
Ahmed Swilam
 
STRINGS IN PYTHON
TanushTM1
 
strings in python (presentation for DSA)
MirzaAbdullahTariq
 
Character Array and String
Tasnima Hamid
 
6-Final MySQL Library Functions.pdf
Surendrasingh211500
 
Python Strings.pptx
adityakumawat625
 
php_string.pdf
Sharon Manmothe
 
Ad

More from Kamal Acharya (20)

PPTX
Programming the basic computer
Kamal Acharya
 
PPTX
Computer Arithmetic
Kamal Acharya
 
PPTX
Introduction to Computer Security
Kamal Acharya
 
PPTX
Session and Cookies
Kamal Acharya
 
PPTX
Functions in php
Kamal Acharya
 
PPTX
Web forms in php
Kamal Acharya
 
PPTX
Making decision and repeating in PHP
Kamal Acharya
 
PPTX
Working with arrays in php
Kamal Acharya
 
PPTX
Introduction to PHP
Kamal Acharya
 
PPTX
Capacity Planning of Data Warehousing
Kamal Acharya
 
PPTX
Data Warehousing
Kamal Acharya
 
PPTX
Search Engines
Kamal Acharya
 
PPTX
Web Mining
Kamal Acharya
 
PPTX
Information Privacy and Data Mining
Kamal Acharya
 
PPTX
Cluster Analysis
Kamal Acharya
 
PPTX
Association Analysis in Data Mining
Kamal Acharya
 
PPTX
Classification techniques in data mining
Kamal Acharya
 
PPTX
Data Preprocessing
Kamal Acharya
 
PPTX
Introduction to Data Mining and Data Warehousing
Kamal Acharya
 
PPTX
Functions in Python
Kamal Acharya
 
Programming the basic computer
Kamal Acharya
 
Computer Arithmetic
Kamal Acharya
 
Introduction to Computer Security
Kamal Acharya
 
Session and Cookies
Kamal Acharya
 
Functions in php
Kamal Acharya
 
Web forms in php
Kamal Acharya
 
Making decision and repeating in PHP
Kamal Acharya
 
Working with arrays in php
Kamal Acharya
 
Introduction to PHP
Kamal Acharya
 
Capacity Planning of Data Warehousing
Kamal Acharya
 
Data Warehousing
Kamal Acharya
 
Search Engines
Kamal Acharya
 
Web Mining
Kamal Acharya
 
Information Privacy and Data Mining
Kamal Acharya
 
Cluster Analysis
Kamal Acharya
 
Association Analysis in Data Mining
Kamal Acharya
 
Classification techniques in data mining
Kamal Acharya
 
Data Preprocessing
Kamal Acharya
 
Introduction to Data Mining and Data Warehousing
Kamal Acharya
 
Functions in Python
Kamal Acharya
 
Ad

Recently uploaded (20)

PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PPTX
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
PPTX
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PDF
Horarios de distribución de agua en julio
pegazohn1978
 
PDF
Dimensions of Societal Planning in Commonism
StefanMz
 
PDF
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PPTX
How to Handle Salesperson Commision in Odoo 18 Sales
Celine George
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PPTX
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
PDF
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
PPTX
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
PPTX
QUARTER 1 WEEK 2 PLOT, POV AND CONFLICTS
KynaParas
 
PDF
Geographical Diversity of India 100 Mcq.pdf/ 7th class new ncert /Social/Samy...
Sandeep Swamy
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
Horarios de distribución de agua en julio
pegazohn1978
 
Dimensions of Societal Planning in Commonism
StefanMz
 
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
How to Handle Salesperson Commision in Odoo 18 Sales
Celine George
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
QUARTER 1 WEEK 2 PLOT, POV AND CONFLICTS
KynaParas
 
Geographical Diversity of India 100 Mcq.pdf/ 7th class new ncert /Social/Samy...
Sandeep Swamy
 

Text and Numbers (Data Types)in PHP