webdev.ramyash@gmail.com
Web Development: Reverse word in a string using PHP.
Reverse word in a string using PHP
Home
About
Developer Tools
Contact
🏠 Home
›
Reverse word in a string using PHP.
The strrev() function reverses a string.
Example:
<?php
echo strrev("Welcome"); // outputs "emocleW"
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
🔍
Popular Posts
Blog Archive
►
2019
(2)
►
March
(1)
►
February
(1)
►
2018
(10)
►
April
(1)
►
March
(3)
►
February
(1)
►
January
(5)
►
2017
(9)
►
December
(2)
►
November
(7)
▼
2015
(25)
►
November
(1)
►
October
(3)
►
February
(1)
▼
January
(20)
Border radius in css.
Fetch data randomly from database in PHP.
Count string length in PHP.
Reverse word in a string using PHP.
Confirmation Dialog Using JavaScript.
Find the number of rows in a table using MySQL.
Current date and time in php.
Open a directory, and read its contents.
Delete file from folder in PHP.
Send email using php.
Upload files in PHP.
Open file in php and read the file.
Open file in PHP.
Retrieve data from database in PHP.
Include file in PHP.
Insert data in database using PHP.
Create a Table using PHP and MySQL.
Create a database using PHP and MySQL.
Connect Mysql Database with PHP.
Use of "echo" in php
No comments:
Post a Comment