Skip to content

Commit 57cea48

Browse files
Creating Parser
1 parent 971db7a commit 57cea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleXML Parser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<to>Sr assistant</to>
66
<from>Shafi</from>
77
<heading>Reminder</heading>
8-
<body>Do not forget to submit your paper!</body>
8+
<body>Please Do not forget to submit your paper!</body>
99
</note>";
1010

1111
$xml = simplexml_load_string($myXMLData) or die("Error: Cannot create object");

0 commit comments

Comments
 (0)