Search results

  1. B

    How do I give a PHP script permission to create temporary directories?

    I am running a Apache 2.2 PHP 5 Enabled server on my Windows 7 computer. I have a script that keeps throwing a 'cannot create temporary directory' exception. I need the equivelant of chmod(777) for it to work, is there any way I can get the same permissions as chmod(777) to ACL security?
  2. B

    How do I convert HTML code to XML friendly data?

    I have a PHP page that parses data from an XML file and places it in my landing page. Obviously XML prohibits the use of "<" and ">". So my question is, are there any utilities or tools that could automate the conversion of HTML code to XML friendly data. Example: convert: <img...
  3. B

    Is there any way to use the "addChild()" method in PHP to add new elements to the...

    ...TOP of an XML file? Because if not I would have to rewrite a lot of code to accommodate this little problem.
Back
Top