Re: [PHP-WIN] InterBase

2001-05-16 Thread JayAchTee
You still need the php_interbase.dll (client side) uncommented from the php.ini file in the %SYSTEMROOT% folder. It should look something like this: ... extension_dir = D:\PHP\Extensions ... extension=php_interbase.dll ... The extension_dir is where the dlls are located. Regards! ""Daniel Sich

Re: [PHP-WIN] Refreshing problem....(thread problem?)

2001-05-16 Thread JayAchTee
Are you running as a CGI or ISAPI? ISAPI can be a bit buggy. If ISAPI, make sure that the PHP install folder is in the SYSTEM path. I could not use the ISAPI method until this was done as the filter would not load. Otherwise, I guess it's just FUBAR! ""macky"" <[EMAIL PROTECTED]> wrote in mes

Re: [PHP-WIN] apache 404 handler

2001-05-16 Thread JayAchTee
I wonder what else they "hardcoded" in IE? Regards ""Kelvin Luck"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks for the tip - it should be no problem to return 2.5Kb - I probably > will be anyway, but to test it I was just returning a small string..

Re: [PHP-WIN] Storing images in Interbase database

2001-05-16 Thread JayAchTee
Use the ibase_blob_create, ibase_blob_add and ibase_blob_close functions to get the image into a blob field and INSERT it using a "?" place holder passing the blob id from ibase_blob_close in the ibase_execute function. ""Il Cieco"" <[EMAIL PROTECTED]> wrote in message 9c221i$9mm$[EMAIL PROTECTE

Re: [PHP-WIN] Sessions

2001-05-16 Thread JayAchTee
Try registering the variables in the checkuser.php script also. Regards ""Roman Lichszteld"" <[EMAIL PROTECTED]> wrote in message 9c8hd2$nfn$[EMAIL PROTECTED]">news:9c8hd2$nfn$[EMAIL PROTECTED]... > > I haven't worked with trans_sid much, so I'm not very familiar with the > > specifics. > > > >

Re: [PHP-WIN] PHP 4.0.4pl1 problemas with includes

2001-05-16 Thread JayAchTee
Don'f forget to check for multiple copies of the included files somewhere near the base files. Even IIS doesn't cache through a stop/start cycle or reboot. Regards. ""Phillip Bow"" <[EMAIL PROTECTED]> wrote in message 9c4ap9$ikm$[EMAIL PROTECTED]">news:9c4ap9$ikm$[EMAIL PROTECTED]... > I'd hav

Re: [PHP-WIN] PHP, network shares, and IIS5

2001-05-17 Thread JayAchTee
Looks like a Zend error according to the PHP source code. Maybe they "improved" the engine to the point that it doesn't work any longer. I tried many different ways including "file" and "fopen" but to no avail. "Paul Smith" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PRO

Re: [PHP-WIN] Exchange

2001-05-21 Thread JayAchTee
If you are running Exchange Server 5.5 SP 3+, then you can use LDAP to manage recipients on the Exchange server. The Microsoft knowledge base has several examples of how to use LDAP with Exchange. Regards. ""oifik"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED].

Re: [PHP-WIN] php4 and iis5

2001-05-21 Thread JayAchTee
Is should be "php4isapi.dll". Finger check? Make sure that x:\PHP is in the server PATH environment variable. I could not get PHP to run the ISAPI filter until this was set. Regards ""Grady Morgan"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am tryi

Re: [PHP-WIN] mcrypt

2001-05-23 Thread JayAchTee
My guess is that you need to place the dll in the PHP\extensions folder of your installation and add the "extension=php_mcrypt.dll" line to the php.ini file. Give it a try! Regards, John ""ryan.barnett1"" <[EMAIL PROTECTED]> wrote in message 9c4ou4$99a$[EMAIL PROTECTED]">news:9c4ou4$99a$[EMAIL

Re: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-23 Thread JayAchTee
I am both a developer and a PC Mag subscriber (charter). IMO, PHP allows me to QUICKLY develop web applications that are both RELIABLE and FAST. I use NT/2000 w/ IIS ISAPI and CGI and Linux/Apache 1.3/mod_php servers and develop portable code so I can move the applications from server to server

Re: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-23 Thread JayAchTee
Midnight Commander on Linux is one of the best editors our there. It ranks right up there with the VERY OLD Microsft Editor which I still use regularly! Anybody else remember "me"? Regards, John Thompson "Johan Lundqvist" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PR

Re: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-23 Thread JayAchTee
is it really case sensitive? i don't think i've noticed! :-) Regards, John Thompson ""Greg Brunet"" <[EMAIL PROTECTED]> wrote in message 9dcg4m$v7e$[EMAIL PROTECTED]">news:9dcg4m$v7e$[EMAIL PROTECTED]... > Well, as much as I like PHP, the article is accurate as far as running it on > Window

Re: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-23 Thread JayAchTee
Okay, lets take a step back from the volitile issue and consider the facts. Given the "average" variable name is, let's say, 8 characters. Then one variable name with case sensitivity allows you to use the SAME typing sequence for a total of 256 DIFFERENT variables. I think that surely has som

Re: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-23 Thread JayAchTee
:-) ... and then there's: sTrPoS StRpOs STrpOS stRPos sTRpOS ... sTRPOS STRPOs It's really quite fun! I will continue to use PHP regardless of the outcome of this issue! Regards, John Thompson ""Brinkman, Theodore"" <[EMAIL PROTECTED]> wrote in message FE85103

Re: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-23 Thread JayAchTee
I just did Tools|Options and turned on my "Spell check before sending" option! Regards, John Thompson "Bradley Miller" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 10:04 AM 5/10/01 -0500, Greg Brunet wrote: > >Actually, one thing that I REALLY like abo

Re: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-23 Thread JayAchTee
I don't know about you guys and gals but I use the SHIFT key strokes as "think" time. All that time shifting and unshifting should be put to good use, so I do my part. Tab and backspace are other key strokes that can be used to gain some think time. The tab key will insert some number of "space

Re: [PHP-WIN] Win2K IIS 5 CGI Behavior Error on simple page.

2001-05-23 Thread JayAchTee
Use PHP from the command line to get the output of the script into a HTML file and take a look at it with notepad and the browser. Try this: "c:\php\php.exe test.html". You can omit the path to php.exe if the folder is in the system PATH variable. Regards, John Thompson ""ECHJR"" <[EMAIL PR