Question:How do you write in PHP?
A write("text"); B echo "text"; C document.write("text"); D print("text")
+ AnswerB
+ Report