(PCC)::[How-to-Reverse-a-string-using-strrev()-function-in-php]::[php]
<!DOCTYPE html> <html> <body> <?php echo strrev("Hello world!"); ?> </body> </html>