Assalamualaikum wbt
seperti yang dijanjikan utk rakan-rakan. saya akan release coding utk buat graph. kat bawah ni adalah link utk download full code (extract semua dalam htdocs, then go to http://localhost/dip/dip.php)
utk pengetahuan rakan-rakan. dip.php (main program) saya encrypt utk membolehkan dr suzuri (pastinya yang dihantar versi full – without encription) check …
2 October 2008
Programming,php
Wah, lame tak post kat blog, almaklumlah toooooo busy with real life.
sorry syafiq, tak sempat lagi nak mengjawab “tagged” tu. insyAllah nanti aku betul2 free sambil2 tunggu berbuke ke aku jawab eh.. memang nak jawab pun tapi.. keadaan amat bz
utk rakan-rakan menanti jawapan/php coding utk histogram equalization. sebagai guru korang, …
17 September 2008
Meroyan,Programming,php,tip/trick
Sample
form.php
<form action=”v.php” method=”post”>
<input type=text name=array[1] value=””>
<input type=text name=array[1] value=””>
<input type=submit name=submit value=hantar>
</form>
v.php
foreach($_POST["array"] as $test)
{
echo $test . “<br>”;
}
25 June 2008
php