<?php $doc = new DomDocument(,'1.0') \\ we wan nice output $doc ->format output = true; $root = $doc - | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 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 Réponse
+ 1
The coma behind '1.0' and the semi-colon after the same line
9th Apr 2017, 10:18 PM
Nitoxym
Nitoxym - avatar