Search found 3 matches

by RangerRik1
Thu Aug 16, 2012 8:45 pm
Forum: PHP API
Topic: Trouble with IIS Install
Replies: 3
Views: 18354

Re: Trouble with IIS Install

Sure--my pleasure. To go into detail I would say this: 1. The primary problem was the PHP code would unzip the XML file into the path of the TMP environment variable. Which at least for my windows installation (win 2003 server) was "c:\windows\temp\". In windows, these PHP scripts run under the IUSR...
by RangerRik1
Wed Aug 15, 2012 9:46 pm
Forum: PHP API
Topic: Trouble with IIS Install
Replies: 3
Views: 18354

Re: Trouble with IIS Install

Okay I've made progress. I traced the PHP code, finding the call to the Source Data and found out the code was extracting the XML file from the ZIP archive to the system temp folder, which is defined in the OS environment as C:\WINDOWS\TEMP. Sure enough, upon inspecting that location I found a fresh...
by RangerRik1
Wed Aug 15, 2012 4:40 pm
Forum: PHP API
Topic: Trouble with IIS Install
Replies: 3
Views: 18354

Trouble with IIS Install

Hi -- I'm a web developer that works in a windows based CGI scripting language. I need my web application to be more mobile-device aware and I found WURFL while searching the web. PHP is not my primary development language but I should be able to stumble through it. The web server, being windows bas...