I'm Evaluating the Zend client 2.5 product to develop in PHP. So far, it works well. However, there is one annoying thing that there must be a way to fix, I'm just not seeing it. Here's the problem:
(Using Windows 2000)
I pull open a php page that has HTML in it, and I run it and display it in a new browser window. It generates the HTML exactly the way that it should. The problem is that it puts the temporary .html file that it generates in C:\documents and settings\administrator\etc. My web site files are on another drive with another path. So any document baesd references I have to images, etc. get broken. ../images doesn't work because it's not located in c:\documents and settings\administrator\etc. it's in D:\web sites\etc.
Anyone know of a way to get Zend to put the temp .html file in the proper place?
Thanks,
M7_B5