0
What is the answer??
fill in the blanks to read output the content of the file"nums.txt." $nums=______("nums.txt") foreach($______ as $num) { echo $num. "br /v"; }
4 ответов
0
open
num
0
file
num
0
very good
0
In PHP, use file_get_contents to read the file "nums.txt" into $nums and then loop through $nums to echo each number. http://myolsd.top