Forum: PHP Sep 12th, 2008 |
| Replies: 3 Views: 1,571 Hey Everyone !
Found the solution for the problem.... firstly i stored the xml string generated using domobject->saveXML() to a variable say $str. used str_replace('amp;', '',$str) and stored the... |
Forum: PHP Sep 10th, 2008 |
| Replies: 3 Views: 1,571 Thats correct, i need an ordered list only, prefixed by a bullet. yes, we can manually put a code (•) for bullet in an xml file but through php if i append the code as string with the node, it... |
Forum: PHP Sep 9th, 2008 |
| Replies: 3 Views: 1,571 If anybody could let me know how to create a bullet in an xml file using php. This piece of knowledge will be highly appreciated.
Thanks |