Answers for "string reverse using php and html"

PHP
1

reverse a string in php

<?php
  echo strrev("Hello World!");
?>
Posted by: Guest on February-10-2021

Code answers related to "string reverse using php and html"

Browse Popular Code Answers by Language