WPM
100
CPM
100
Errors
0
Time
15Min
Accuracy
100%
Start PHP code typing Practice. Get many PHP codes for addition, php functions, variable, constant and file system in php typing practice.Click on the area below to start typing.
S.No. | Paragraph : Practice repeatedly whatever you would like most for full fifteen minutes | Lessions | click to Practice |
---|---|---|---|
1 | $var1 = 15; $var2 = 30; $sum = $var1+$var2; // "\n" for new line echo $sum, "\n"; $sum1 = $var1 + $var2; echo $sum1; $d = date("D"); if ($d == "Fri") echo "Have a nice weekend!"; else echo "Have a nice day!"; | 1.2 | PHP code illustrating addition |
2 | "; } fclose($myfile); ?> | 1.2 | file open in php |
3 | 1.2 | file open in php to end of file |