Hi, You can use below code, and its really works completely. <?php $str="servers that have PHP & MySQL support. With CubeCart you can quickly setup a powerful online store which can be used to sell digital or tangible products to new"; $strArr=explode(" ",$str); $newstring=""; for($i=count($strArr);$i>=0;$i++) { $newstring.=$strArr[$i]." "; } echo "New updated String = ".$newstring; ?>
Fatal error: Maximum execution time of 30 seconds exceeded in /home/tazakha/public_html/mobilewz.com/code.php on line 8 http://mobilewz.com/code.php please tell me what is reason i also test on local host ....but no response
Thanks code edit by shaun.php1208..and it works 100% ...He is very nice php programmer i am really impress <?php $str="servers that have PHP & MySQL support. With CubeCart you can quickly setup a powerful online store which can be used to sell digital or tangible products to new"; $strArr=explode(" ",$str); $newstring=""; for($i=count($strArr);$i>=0;$i--) { $newstring.=$strArr[$i]." "; } echo "New updated String = ".$newstring; ?>