can we swap two different string using php for example:--
before swapping:--
1 string :-hello friend,
2 string :-my dear,
after swapping that strings will be:
1.hello dear, 2.my friend.
No Answer is Posted For this Question
Be the First to Post Answer
What is the functionality of the function strstr and stristr?
How to set a page as a home page in a php based site?
What is the difference between php 5 and php 7?
Is md5() is breakable if yes than how?
What does odbc do in context with php?
What are the three parts of an http request?
What is use of mysqli_query in php?
How do I install php and apache on windows 10?
What should we do to be able to export data into an excel file?
How to get number of days between two given dates using PHP?
How do you destroy a particular or all Sessions?
Give small demo of writting OOP in PHP-mysql.