Forum: PHP Oct 15th, 2009 |
| Replies: 4 Views: 773 Hi there,
I have some code which quite nicely uploads PDF files to the server:
if((!empty($_FILES["uploaded_file"])) && ($_FILES['uploaded_file']['error'] == 0)) {
//Check if the file is... |
Forum: XML, XSLT and XPATH Oct 1st, 2009 |
| Replies: 1 Views: 1,099 Hi there,
I am trying to delete XML nodes using PHP. Here is a sample of my xml file.
<users>
<user>
<fullname>PC1</fullname>
<floor>4</floor>
</user>
<user> |