<?php $doc = new DomDocument(,'1.0') \\ we wan nice output $doc ->format output = true; $root = $doc - | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

<?php $doc = new DomDocument(,'1.0') \\ we wan nice output $doc ->format output = true; $root = $doc -

What the wrong this program

20th Feb 2017, 9:04 AM
donni wahyudi
donni wahyudi - avatar
1 Answer
+ 1
The coma behind '1.0' and the semi-colon after the same line
9th Apr 2017, 10:18 PM
Nitoxym
Nitoxym - avatar