วันพุธที่ 11 ธันวาคม พ.ศ. 2556

English


           

Ginseng


Binomial name:  Aloe vera

Descriptive structure 
Aloe vera is a stemless or very short-stemmed succulent plant growing to 60–100 cm (24–39 in) tall, spreading by offsets.The leaves are thick and fleshy, green to grey-green, with some varieties showing white flecks 
on their upper and lower stem surfaces.The margin of the leaf is serrated and 
has small white teeth.The flowers are produced in summer on a spike up to 90 cm
 (35 in) tall, each flower being pendulous, with a yellow tubular corolla 2–3 cm (0.8–1.2 in) long.


uses  
Scientific evidence for the cosmetic and therapeutic effectiveness of 
aloe vera is limited and when present is frequently contradictory.
Despite this, the cosmetic and alternative medicine industries regularly make 
claims regarding the soothing, moisturizing, and healing properties of aloe vera commercially advertised mainly for skin conditions such as sunburns, cold sores and frostbite.
Nonetheless, its power in aiding with the regulation of bowels, epilepsy, depression, diabetes, multiple sclerosis, glaucoma, and a host of other ailments remains beneficial to humans.Other uses for extracts of Aloe vera include the dilution of semen for the artificial fertilization of sheeps, as a fresh food preservative.



Jirapinya Petcharat  class.5/5  No.25





วันศุกร์ที่ 6 ธันวาคม พ.ศ. 2556

PHP ,MySql เขียนโปรแกรม



MySql 


<body>
<?php
$score=100;

if($score<50){
echo 'grade 0';
}else if ($score<56){
echo 'grade 1';
}else if ($score<60){
echo 'grade 1.5';
}else if ($score<66){
echo 'grade 2';
}else if ($score<70){
echo 'grade 2.5';
}else if ($score<76){
echo 'grade 3';
}else if ($score<80){
echo 'grade 3.5';
}else if ($score>80){
echo 'grade 4';

?>
</body>
</html>