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?
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...