Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Web Tutorial
How to check if a string contain multiple specific words
How to extract words from Sentence in PHP
How to check if string is_numeric() Function in PHP
How to get only text from HTML Source Code by PHP
How to get first 3 words from a sentence by PHP
How to work if empty value does not else
How to remove first Five Line from a TXT File in PHP
How to get Longest Word from a Sentence in PHP
How to remove first character from string php
How to delete first character from string php
How to count if Number is below than 10 sum
How to get back page link
How to get first 3 longest words from a sentence PHP
How to count number of words from sentence in PHP
How to remove all number from a string php
How to create first word Upper/Big from a sentence
How to clean Strip out HTML and Special Characters in PHP
Remove Duplicate Value Foreach
Home
Web Tutorial
Web Solution
PHP Tutorial
PHP String Tutorial
How to delete first character from string php
How to delete first character from string php
See below Example.
index.php
Example:
PHP
<?php $str = 'We love Cricket'; $str = substr($str, 1); echo $str ; ?>
Next
Previous
Type
:
php
Category
:
Web Tutorial
Sub Category
:
PHP String Tutorial
Uploaded by
:
Admin