[PHP-WIN] EZ_Publish

2003-03-04 Thread Franco Pozzer
> Can anyone explain to me how to do to make a demo db? I have load in my dbrms demokernel.sql and i have modify httpd.conf with indication about ez_publish/doc/install. I have modify set.ini with a name of the db and the uid a pwd to access of the db. Thanks for all. -- PHP Windows Mailing

[PHP-WIN] PHP into the TclHTTPD server

2003-02-28 Thread Franco Pozzer
Thanks for all. Can anyone have use or try PHP into TclHttpd server? Can help to me how to configure PHP into this web server as CGI module? Thanks for alla and sorry for my english. Ciao Franco. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP-WIN] Open Source Tools

2003-02-16 Thread Franco Pozzer
> Thanks for all. I need same information about difference and vanatge of the tools Open Source for: 1. portal (PHPNuke instead PostNuke) and other (like phpBB instead PhpForum) 2. Control and Administration Linux Server (in this case I do not know anythink). 3. db like Mysql or PostGres C

Re: [PHP-WIN] accesing to a dll

2002-12-12 Thread Franco Pozzer
I try to help to you but I do not sure if it is a correct because I have > > study the problems but I do not have try it. > > > > For my porpose instead to use COM object I like to use C or > C++ external pgm. > > > > First of all, the DLL must be registred in Windows system. Mine was > > bec

Re: [PHP-WIN] Re: ini function like ini_set and ini_alter

2002-12-05 Thread Franco Pozzer
. Also on this you can help me? Ciao e grazie Franco. Christoph Grottolo wrote: > Franco Pozzer wrote: > > Thanks for all. > > > > My end it is Apache 1.3.27 and PHP 4.3.2 in Win32 system NT 4.0. > > > > I have the php.ini auto_prepend_file like this: > &

[PHP-WIN] ini function like ini_set and ini_alter

2002-12-04 Thread Franco Pozzer
Thanks for all. My end it is Apache 1.3.27 and PHP 4.3.2 in Win32 system NT 4.0. I have the php.ini auto_prepend_file like this: auto_prepend_file="C:\OPENFEDRA\Apache\htdocs\fedra\sv\cfg\" All work fine with this configuration of the php.ini. For same reason I must to do not configure php.in

[PHP-WIN] How to modify auto_prepend_file dynamically

2002-12-04 Thread Franco Pozzer
Thanks for all for the response. My application work in the Win32 system with Apache web_server and have php.ini directives configurated like auto_prepend_file=C:\OPENFEDRA\apache\htdocs\systemvariables.php My PHP script do not have any include_once() function because the directives of the PHP i

[PHP-WIN] Calling DB Oracle from PHP scrip

2002-11-28 Thread Franco Pozzer
Sorry for all if I repeat the msg with sobject exatly. Franco Pozzer wrote: > Perhaps this it is not the indicated NG piu' but I do not have a > previewed question care a problem not to resolve. > > I hope that there is someone in a position to helping who writes: Thnaks >

[PHP-WIN] perhaps this e' the indica

2002-11-28 Thread Franco Pozzer
Perhaps this it is not the indicated NG piu' but I do not have a previewed question care a problem not to resolve. I hope that there is someone in a position to helping who writes: Thnaks of this. in this moment I have a script PHP that reads XMl rows and manifactures a upgrade for a DBV Postgre

[PHP-WIN] question about session PHP

2002-11-27 Thread Franco Pozzer
I hope to write well. Thanks for all for the response. My appl Apache+PHP in Win32 system use PHP_Session fecture. The cookies session are store in the path D:\OPENFEDRA\Apache\htdocs\fedra\sv\src\tmp The php.ini are fine configurated. all work fine. Only when I reuse and re-start applicazion (

Re: [PHP-WIN] C++ dll files

2002-11-27 Thread Franco Pozzer
D]... > > I got my DLL all set. I am just having problems with windows. I can't get > > windows to register it. Any suggestions? > > > > Thanks, > > Brennan > > "Franco Pozzer" <[EMAIL PROTECTED]> wrote in message > > [EMAIL PROTECTED

[PHP-WIN] Installation question about : PHP4TS.DLL & PHP4TS.LIB

2002-11-26 Thread Franco Pozzer
Thanks for all. A question about installation under Win32 system. In the document at this link : http://www.thickbook.com/extra/php_apachephp4_win.phtml explain very well how to configure PHP in CGI mode with Apache. In the document I read this: 3.Move the php4ts.dll file to C:\WINDO

Re: [PHP-WIN] C++ dll files

2002-11-25 Thread Franco Pozzer
I try to help to you but I do not sure if it is a correct because I have study the problems but I do not have try it. For my porpose instead to use COM object I like to use C or C++ external pgm. First of all, the DLL must be registred in Windows system. Mine was because it was provided by a

Re: [PHP-WIN] Extensions

2002-11-25 Thread Franco Pozzer
In Win32 system under dir like to me: D:/Php/php-4.2.1-Win32/extensions The php.ini at the section extension must to be: ; Directory in which the loadable extensions (modules) reside. ;extension_dir = ./ extension_dir = D:/Php/php-4.2.1-Win32/extensions the extensions PHP I have find at link ht

Re: [PHP-WIN] data entry form - php or something more robust?

2002-11-18 Thread Franco Pozzer
Marlene, I hope to write clear things in order to help you. I and my team have made one applicatione of date entry with Apache and PHP using rows XML in order to record the infomazioni or for having the coordinates in order to construct the form dynamically. The thing that has complicated us the

[PHP-WIN] How to receive ServerRoot in variables PHP

2002-11-18 Thread Franco Pozzer
Tanks for all for the response. I have see with phpinfo.php any variables of the Apache+PHP configuration. I do not have see a variable PHP with value of the ServerRoot of the Apache. My installation are in WinNT system like C:\OPENFEDRA\Apache\.. and C:\OPENFEDRA\PHP\. My Serv

Re: [PHP-WIN] php com+ components on appache

2002-11-15 Thread Franco Pozzer
> I try to help to you but I do not sure if it is a correct because I > have study the problems but I do not have try it. > > For my porpose instead to use COM object I like to use C or C++ > external pgm. > > First of all, the DLL must be registred in Windows system. Mine was > because it was prov

Re: [PHP-WIN] can php call a C executable program?

2002-11-14 Thread Franco Pozzer
yes, I try this code follow and it work fine in my ENV (WinNt Apache 1.3.24 and PHP 4.2.3). I do not remenber well but I think to do not have to modify anything in the php.ini the code: $result = passthru("visqdos.exe $filename 2"); print_r($result); where $filename and "2" are parm of the

Re: [PHP-WIN] Re: expat extension

2002-11-07 Thread Franco Pozzer
Expat it is build in in apache since Apache 1.3.14. You do not have to do anythinhg after instlla Apache and PHP. In the Win32 system, If you want use DOM extension (libxml2.dll) instead SAX (expat) you must uncomment php_domxml.dll in the php.ini and move the dlls in the PHP install into the syst

Re: [PHP-WIN] Beware - Franco Posser is a spammer - Mailer of hugeunsolicited attachments

2002-11-07 Thread Franco Pozzer
http://www.systranbox.com/systran/box Maxim Maletsky wrote: > You gotta be using some web translator :) > > -- > Maxim Maletsky > [EMAIL PROTECTED] > > Franco Pozzer <[EMAIL PROTECTED]> wrote... : > > > Beloveds Friends of the NG, > > you excuse to me

[PHP-WIN] Multi php.ini for the same installation

2002-11-07 Thread Franco Pozzer
Thanks for all for the response and sorry for my english. I have need of knowing if in the same ENV Apache and PHP they can be executed and be used applications (made with obvious PHP) that they use of the various rows of configuration php.ini with configurations and parameters sets up to you in

Re: [PHP-WIN] Beware - Franco Posser is a spammer - Mailer of hugeunsolicited attachments

2002-11-07 Thread Franco Pozzer
Neil, excuse me of this. I have not thought enough on what I made. ciao franco. neil smith wrote: > Hello List - > > I would just like to suggest that you blacklist Franco Pozzer on your mail > filters. > > He just send me a 2.5 meg mailbomb, after I kindly replied to his que

Re: [PHP-WIN] Beware - Franco Posser is a spammer - Mailer of hugeunsolicited attachments

2002-11-07 Thread Franco Pozzer
you excuse for this interference and you I want thanks all. ciao franco neil smith wrote: > Hello List - > > I would just like to suggest that you blacklist Franco Pozzer on your mail > filters. > > He just send me a 2.5 meg mailbomb, after I kindly replied to his question >

[PHP-WIN] Re: Subject: dynamic font

2002-11-06 Thread Franco Pozzer
the field CODICE FISCALE must be pzzfnc56l02e682i or 115.

[PHP-WIN] dynamic font

2002-11-05 Thread Franco Pozzer
Thanks for all and sorry for my english. I hope to write well... I want to calibrate/balance dinamically the font size of my application in the html tag depending of the resolution screen. Example if I have 800x600 I must be to use a font size or if I have 1024x766 another font size.

Re: [PHP-WIN] Re: Apache 1.3.x PHP module and php.ini precedence

2002-10-09 Thread Franco Pozzer
If Apache work as Apache module php.ini *MUST BE* in system root env like C:\winnt\php.ini If Apache work as CGI php.ini *MUST BE* in the path where php it is installed. Like this Apache directives: #PHP 4.2.1 come CGI ScriptAlias /php/ "D:/Php/php-4.2.1-Win32/" AddType application/x-httpd-php