Re: [PHP-WIN] iis5 php 4.2.3 multiple -c php.ini possible?

2002-12-22 Thread Petar
OK, the "registry per directory" allows *some* of the php.ini entries to be registered but does not work for all of them. Some that did not work for me are (not an exhaustive list): safe_mode, user_dir, doc_root, open_basedir, expose_php, file_uploads, smtp what did work were: sendmail_from, err

[PHP-WIN] Re: general survey.... php.ini config gui

2002-12-22 Thread Kyle Bisignani
I think it's a great idea, especially for newbies such as myself. But I must agree, modifying it in notepad isn't exactly the hardest thing to do. ~Kyle Bisignani It's just my $.02 "A Weaver" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > im thinking of prog

[PHP-WIN] Re: where is php_gettext??

2002-12-22 Thread Kyle Bisignani
The dll is there, but I think I'm going to take the less of a headache route to Apache and PHP, use a program called Sokkit. It's $20, but it will keep me from wanting to gouge out my eyes trying to get PHP gettext to work. I'm doing some intial research on it (regarding it's stability before I b

[PHP-WIN] Re: [PHP] Tutorials on OOP

2002-12-22 Thread Philip Olson
This tutorial lists many oop tutorials: Know of any basic tutorials on PHP Classes and OOP? --- http://www.faqts.com/knowledge_base/view.phtml/aid/7569 Regards, Philip Olson On Mon, 23 Dec 2002, Wee Keat wrote: > > > Hi Justin, > > >

[PHP-WIN] Re: [PHP] Tutorials on OOP

2002-12-22 Thread Wee Keat
> Hi Justin, > > Thanks for your quick reply.. Well in this case i needs to build em > myself, because i am doing a course called Masterclass PHP and i have to > learn OOP.. So i am looking for some good OOP tutorials/examples on the > web I am very interested in creating a user login class us

[PHP-WIN] Re: [PHP] Tutorials on OOP

2002-12-22 Thread Davy Obdam
Hi Justin, Thanks for your quick reply.. Well in this case i needs to build em myself, because i am doing a course called Masterclass PHP and i have to learn OOP.. So i am looking for some good OOP tutorials/examples on the web I am very interested in creating a user login class using sess

[PHP-WIN] Re: [PHP] Tutorials on OOP

2002-12-22 Thread Justin French
Both of those classes would already exist on a site like phpclasses.org... do you have to BUILD them, or do you NEED them? Justin on 23/12/02 11:43 AM, Davy Obdam ([EMAIL PROTECTED]) wrote: > Hi people,. > > I have to build several classes for a project i am doing, but i am quite > new to OOP

php-windows Digest 23 Dec 2002 00:43:31 -0000 Issue 1499

2002-12-22 Thread php-windows-digest-help
php-windows Digest 23 Dec 2002 00:43:31 - Issue 1499 Topics (messages 17507 through 17519): Similiar to server.transfer() ... 17507 by: thomash.gmx.co.za 17508 by: Ignatius Reilly general survey php.ini config gui 17509 by: A Weaver 17510 by: Stephen Edmo

[PHP-WIN] Tutorials on OOP

2002-12-22 Thread Davy Obdam
Hi people,. I have to build several classes for a project i am doing, but i am quite new to OOP programming. I need to make a database abstraction layer class and a user login class.. Does anyone know some good tutorials about these things and OOP in general. Thanks in advance.. Best regards,

RE: [PHP-WIN] general survey.... php.ini config gui

2002-12-22 Thread Howard, Robert P
Hi everyone, The tool I use for editing any and all text based files is SYN editor by Ascher Stefan http://web.utanet.at/acherst/index.html which has an excellent array of syntax highlighters. Just my 2.2c (GST Inclusive) Rob Howard -Original Message- From: A Weaver [mailto:[EMAIL PROTEC

Re: [PHP-WIN] general survey.... php.ini config gui

2002-12-22 Thread Cam Dunstan
I think AnalogX, (the makers of "Simple-Server") have already put out something along those lines mate. Check their site. Such an app might be handy for a while, but in the end you`ll probably revert back to Microsoft Notepad, the world`s most popular php.ini file tool. - Original Message

[PHP-WIN] Re: iis5 php 4.2.3 multiple -c php.ini possible?

2002-12-22 Thread Christoph Grottolo
Petar Nikolich wrote: > Hello Everyone! > > Ok, this config this is driving me crazy. Php works just fine until I > try to specify the path to the php.ini file in the IIS5 script > mapping. > > It would be good to have each virtual server running its own php.ini, > temp area and php binaries (diffe

[PHP-WIN] Re: general survey.... php.ini config gui

2002-12-22 Thread Christoph Grottolo
A Weaver wrote: > im thinking of programming a gui app that will edit and make changes > to the php.ini file, in Visual basic > > just wondering if i did make the said app, whould ppl use it you > think? > > (yes i see the irony in using a competitor's tech to config > another... heh) Somebody has

[PHP-WIN] iis5 php 4.2.3 multiple -c php.ini possible?

2002-12-22 Thread Petar Nikolich
Hello Everyone! Ok, this config this is driving me crazy. Php works just fine until I try to specify the path to the php.ini file in the IIS5 script mapping. It would be good to have each virtual server running its own php.ini, temp area and php binaries (different versions) and all I need to wor

[PHP-WIN] php_sockets.dll

2002-12-22 Thread Steven
when i enable the extension on windows 2000 server is keeps loading the page -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] general survey.... php.ini config gui

2002-12-22 Thread Cary
At 06:16 AM 12/22/02, A Weaver wrote: im thinking of programming a gui app that will edit and make changes to the php.ini file, in Visual basic just wondering if i did make the said app, whould ppl use it you think? (yes i see the irony in using a competitor's tech to config another... heh) I

Re: [PHP-WIN] general survey.... php.ini config gui

2002-12-22 Thread DaMouse
I don't think it would be one of the top products for PHP as I don't count Visual Basic as a true language, I used it when I was 12 years old and now I'm trying to make some C++ and Java applications along with my PHP skills my 2 cents -DaMouse - Original Message - From: Stephen Edmonds <

Re: [PHP-WIN] general survey.... php.ini config gui

2002-12-22 Thread Stephen Edmonds
It sounds like a great idea, for the people who are newer to php. However, the 'old veteran's will probably not use it... - Original Message - From: "A Weaver" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 22, 2002 12:16 PM Subject: [PHP-WIN] general survey php.ini

[PHP-WIN] general survey.... php.ini config gui

2002-12-22 Thread A Weaver
im thinking of programming a gui app that will edit and make changes to the php.ini file, in Visual basic just wondering if i did make the said app, whould ppl use it you think? (yes i see the irony in using a competitor's tech to config another... heh) -- PHP Windows Mailing List (http://www

Re: [PHP-WIN] Similiar to server.transfer() ...

2002-12-22 Thread Ignatius Reilly
Check the header( "Location: ... ) function in the PHP manual. Ignatius - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 22, 2002 11:50 AM Subject: [PHP-WIN] Similiar to server.transfer() ... > Hey

[PHP-WIN] Similiar to server.transfer() ...

2002-12-22 Thread thomash
Hey there, Is there a command to tell the browser to go to a specific URL? An equivalent is in Asp.Net called server.transfer(), or jsp with its HTTPRequest methods. Help is appreciated. Thanks Thomas -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um

php-windows Digest 22 Dec 2002 09:48:38 -0000 Issue 1498

2002-12-22 Thread php-windows-digest-help
php-windows Digest 22 Dec 2002 09:48:38 - Issue 1498 Topics (messages 17504 through 17506): Re: where is php_gettext?? 17504 by: Christoph Grottolo Where can I obtain a win32 binary Zip handling extension? 17505 by: Ithilhin 17506 by: Christoph Grottolo Administrivi

[PHP-WIN] Re: Where can I obtain a win32 binary Zip handling extension?

2002-12-22 Thread Christoph Grottolo
Ithilhin wrote: > The question is given. I have no C compiler, therefore I can't compile > PHP myself. I would appreciate any direct links or web pages. It will be distributed with PHP 4.3.0 which will be released shortly. If you can't wait you can get it with RC4 from http://qa.php.net Christoph