Genel Paylaşım Forumu

Genel Paylaşım Forumu (https://seversintabi.com/)
-   PHP - (Personel Home Page) (https://seversintabi.com/php-personel-home-page-/)
-   -   PHP ile tersten yazdırma (https://seversintabi.com/php-personel-home-page-/2755-php-ile-tersten-yazd-rma.html)

BeRKaY 26 October 2008 12:48

PHP ile tersten yazdırma
 
if (!isset($_POST['goster'])) {
echo
'
<form action="index.php" method="post">
<input type="text" name="yazi"><input type="submit" name="goster" value="Bak">
</form>
'
;
}
else {
$kelime = $_POST['yazi'
];
$x = 1
;
while (
$x <= strlen($kelime
)) {
$y .= substr($kelime,-$x,1
);
$x
++;
}
echo
$y
;
}



Saat: 02:12

Telif Hakları vBulletin® v3.8.4 Copyright ©2000 - 2025, ve
Jelsoft Enterprises Ltd.'e Aittir.
Search Engine Optimisation provided by DragonByte SEO v2.0.37 (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.