Re: [PHP-WIN] got linear algebra?

2003-07-03 Thread Step Schwarz
> Hello everybody, > I'm looking for a linear algebra "package" for PHP. I've seen some > classes on the websites for simple matrix arithmetic, but I'm looking > for something along the lines of PDL for Perl. > > Many thanks, > Edgar Hassler Hey Edgar, how's it going? You may want to ask this q

Re: [PHP-WIN] Another Newb PHP question

2002-11-27 Thread Step Schwarz
Hi Joe, > The zip file with the calendar code/instructions is attached here is their > website: http://calendar.codewalkers.com/ I believe that code was written by Matt Wade himself -- the founder of Codewalkers, if I'm not mistaken. You may want to re-post your question in the Codewalkers foru

Re: [PHP-WIN] Php Setup - begginer

2002-11-15 Thread Step Schwarz
[Hello, I didn't subscribe to this list until the 11th, so I'm sorry I can't reply to the original message.] Rob -- I recently set up PHP on a standalone computer running Windows XP Professional and IIS and I'd be happy to help. If you want to try two things, please let me know how you get on..

Re: [PHP-WIN] Permission denied with copy function.. SOLVED

2002-11-14 Thread Step Schwarz
Scott, you were right all along. I started searching ASP lists for help because I figure the permissions will be the same no matter what scripting language you're trying to upload files with. I found a post explaining that IIS uses a special user account called IUSR_ -- we added permission for th

Re: [PHP-WIN] Permission denied with copy function..

2002-11-14 Thread Step Schwarz
Oops! I actually meant to copy the whole list on this.. I need to remember to hit the "Reply All" button :) > What user is IIS running as? Does it have access to those directories? Thanks for thinking of that -- we checked the permissions of the user set up to allow anonymous access to the site

[PHP-WIN] Permission denied with copy function..

2002-11-13 Thread Step Schwarz
Sorry to post two questions in the space of 24 hours, but I'd very much appreciate a fresh pair of eyes. I built a content management area for a client to assist with managing text in their MySQL employee database and uploading photos directly to their server. Works fine in our test environment b

Re: [PHP-WIN] IIS 5.0 and cache

2002-11-12 Thread Step Schwarz
> - PHP is installed as an ISAPI module. Oops.. I'm sorry. It's actually the CGI that's installed with the "PHP 4.2.3 installer" download. Thanks, -Step -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] IIS 5.0 and cache

2002-11-12 Thread Step Schwarz
Hi all, I recently deployed a site using PHP 4.2.3 / MySQL 3.23 to a Windows 2000 server. Site worked fine while we were testing but now that we've opened the flood gates and told the world we're having an issue with old data coming up and with session variables simply not working anymore. - All