Hello World ! ! !
By admin on January 14th, 2010Seperti Blog pada umumnya dan seperti bahasa pemrograman pada umumnya, saya menuliskan salam pada dunia..
<form action="halo.php" method="post"> Tulis Jenis kelamin anda = "L/P" <input name="jeniskelamin" type="text" /> <input type="submit" value="yang benar??" /> </form>
<?php /*HALAMAN halo.php*/ $sex = $_POST['jeniskelamin']; if($sex='L'){ echo "Halo ndes!!"; }elseif($sex='P'){ echo "Hello girls"; }else{ echo "Hello World"; } ?>
Hi, this is a comment.
To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.