Re: [PHP-WIN] php.ini

2003-03-01 Thread Anthony Ritter
Sven, I've got five screenshots at this URL: www.gonefishingguideservice.com/php1.htm If you get a chance please take a look. I got php_gd2.dll from the zipfile (see photo) and the "extensions" sub-directory were not there when I installed. I don't have any other extension working. Many thanks

[PHP-WIN] Re: .htaccess and crypt

2003-03-01 Thread Wayne
by default, .htaccess / .htpasswd files use PLAIN TEXT passwords IE: Username:Password instead of *nix: Username:crypt($password) you could try to take the crypt function off the password on one of the scripts :) [i just edit my .htpasswd files in notepad tho, since i dont edit them much ne how

[PHP-WIN] Re: unlink?

2003-03-01 Thread Wayne
below should work, no matter what type of file path you use :) "Paul Dymecki" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > I was wondering if anyone knows how to delete a file from the > filesystem? I've been trying unlink but it doesn't seem to be working as > expe

php-windows Digest 2 Mar 2003 03:55:19 -0000 Issue 1613

2003-03-01 Thread php-windows-digest-help
php-windows Digest 2 Mar 2003 03:55:19 - Issue 1613 Topics (messages 18795 through 18800): Re: php.ini 18795 by: Sven Schnitzke 18798 by: Anthony Ritter 18799 by: Anthony Ritter unlink? 18796 by: Paul Dymecki Re: Include virtual? 18797 by: Christoph

Re: [PHP-WIN] Re: Include virtual?

2003-03-01 Thread Wayne
depending on what u are using with your scripts [if the template.php doesnt include other files etc] include("Relative Path/To/template.php"); will work. [../ & ./ included] HOWEVER: if your template.php includes files [IE: Say banner-design.php] You would be better off to do: chdir("Direc

Re: [PHP-WIN] php.ini

2003-03-01 Thread Anthony Ritter
P.S. If you get a moment, maybe you could send me a .txt file of your php.ini file along with you php_gd2.dll setup. That way I could check line for line. Many thanks, TR --- [This E-mail scanned for viruses by gonefishingguideservice.com] -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] php.ini

2003-03-01 Thread Anthony Ritter
Sven, I've checked my php.ini files on my drive and all I've got is one. The php_gd2.dll file is in: C:/PHP/extensions There was no default folder called extensions when I installed PHP so I made a directory called extensions under PHP. Everytime I take out the semicolon in the .ini file, the p

Re: [PHP-WIN] Re: Include virtual?

2003-03-01 Thread Christoph Grottolo
[EMAIL PROTECTED] (Charles P. Killmer) wrote: >Files from many different directories include the same template.php > >Also I am using IIS. I think it's possible to set per dir values in IIS over the registry. There was Daniel Beulshausen who knew much about that - but he's no more involved with p

[PHP-WIN] unlink?

2003-03-01 Thread Paul Dymecki
Hello, I was wondering if anyone knows how to delete a file from the filesystem? I've been trying unlink but it doesn't seem to be working as expected. Do spaces in the file path have to be compensated for or something? thx for any help, Paul ___

AW: [PHP-WIN] php.ini

2003-03-01 Thread Sven Schnitzke
Hi Tony, in my config (WIN98SE, PHP4.4.0-dev dec 02 ISAPI mode, Apache 1.3.23) GD2 works fine. So it should be possible to get yours going. What about my suggestions on the error logging and stuff? No comments from PHP? Just silently passing away? If it is so that sounds like rests of an old ins

php-windows Digest 1 Mar 2003 15:50:12 -0000 Issue 1612

2003-03-01 Thread php-windows-digest-help
php-windows Digest 1 Mar 2003 15:50:12 - Issue 1612 Topics (messages 18788 through 18794): Re: =at wit's end with GD Libraries= 18788 by: Uttam 18789 by: Anthony Ritter 18790 by: Uttam 18793 by: Anthony Ritter Re: Send mail 18791 by: Chris Morris .ht

[PHP-WIN] Learning about OOP

2003-03-01 Thread Marlene Burckhalter
Hi OOP is new to me, and the manual has not helped me on this one: What am I doing wrong? I am getting an error message about calling an undefined function. I defined the method (function) in the class definitions, but when I create an instance, I get the error message mention above. By the w

[PHP-WIN] Re: =at wit's end with GD Libraries=

2003-03-01 Thread Anthony Ritter
I did. The php.ini file is below: Everytime I take out the semi-colon in the php.ini file, the page won't load, the server hangs up and I have to shut down the Apache monitor manually. When I insert the semicolon back in to the .ini file , the page then loads - but that doesn't help if I want to

[PHP-WIN] .htaccess and crypt

2003-03-01 Thread Chris Morris
I have seen several PHP scripts that act as an interface to .htaccess files. They are able to add, change, and delete users from a nice, web-based interface. The only problem is that they don't work on Windows. I read a post somewhere where someone said that this is because the scripts use "crypt

[PHP-WIN] Re: Send mail

2003-03-01 Thread Chris Morris
Have you set up your SMTP server in the PHP configuration? "Orlando castaƱeda" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I am trying to send an e-mail like this: There are no errors, but the e-mail is never sent ! I apreciate any help ! Tito [EMAIL PROTECTED] [EMAIL PROTECT