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

[PHP-WIN] Re: Crystal Report -> PHP4 / Report Generator

2002-12-12 Thread Brian McGarvie
it is achievable.. it very much depends on if you are trying to make a 'generic' report writer? this might prove a bit harder... http://repgen.sourceforge.net/ is about the only one i have seen of sorts... I generally develope custom solutions where I don't need to worry about generic reports,

php-windows Digest 12 Dec 2002 16:18:11 -0000 Issue 1483

2002-12-12 Thread php-windows-digest-help
php-windows Digest 12 Dec 2002 16:18:11 - Issue 1483 Topics (messages 17387 through 17390): HIT COUNTER AND CASHE-CONTROL 17387 by: Raheel Hussain This might help someone!!! 17388 by: Leon Re: accesing to a dll 17389 by: Franco Pozzer Re: Crystal Report -> PHP4 / R

Re: [PHP-WIN] can't connect localhost

2002-12-12 Thread Pat Johnston
Hi all Yes, I had several problems which I've now fixed with the help you guys. Thnks, Pat "Toby z" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hay pat > > check out ur password and user > and make sure ur user has all the privilleges to connect to the db >

[PHP-WIN] win32 installer

2002-12-12 Thread metac0m
hey, I've created win win32 installer that will install Apache (mod_ssl), PHP, MySQL, OpenSSL -- pre-configured. Just install and run. sourceforge site http://sourceforge.net/projects/swamp/ message board http://swamp.sourceforge.net/ -- PHP Windows Mailing List (http://www.php.net/) To unsubs

[PHP-WIN] newbie question (forms)

2002-12-12 Thread Elvin Certeza
I have just recently installed apache and php into my system (win98). The system test is ok(showing php pages) Now for the question... I've created a form.. (rather cut and paste a form). This form works online I have tested it myself.. but locally it gives me an error.. When my php page lo

Re: [PHP-WIN] newbie question (forms)

2002-12-12 Thread Stephen Edmonds
Its just a warning. It tells you that you are using a variable which has no value. Just ignore the notice, or turn down error reporting to exclude notices. All it means is that the variable of $test which you have included in your script HAS NO VALUE. If you were to write something like $test = "I

RE: [PHP-WIN] newbie question (forms)

2002-12-12 Thread Dash McElroy
This probably has to do with one/both of two things: 1. register_globals is off (not a bad thing - just requires a tidbit more code. see http://php.net/register_globals) 2. A variable is being called before it has been initialized. Example PHP script: First you will get the undefined variable

[PHP-WIN] IIS/ISAPI require suddenly stops working

2002-12-12 Thread Paul Lockaby
Hello, I'm using PHP 4.2.3 on IIS as an ISAPI module (for testing only). So today I'm using my scripts just fine and then all of a sudden, require stops working. It returns Fatal error: Failed opening required 'C:/Inetpub/public_html/smarty/Smarty.class.php' (include_path='.;c:\php4\pear') in

php-windows Digest 13 Dec 2002 04:24:40 -0000 Issue 1484

2002-12-12 Thread php-windows-digest-help
php-windows Digest 13 Dec 2002 04:24:40 - Issue 1484 Topics (messages 17391 through 17396): Re: can't connect localhost 17391 by: Pat Johnston win32 installer 17392 by: metac0m newbie question (forms) 17393 by: Elvin Certeza 17394 by: Stephen Edmonds

[PHP-WIN] Re: IIS/ISAPI require suddenly stops working

2002-12-12 Thread Paul Lockaby
Paul Lockaby wrote: Hello, I'm using PHP 4.2.3 on IIS as an ISAPI module (for testing only). So today I'm using my scripts just fine and then all of a sudden, require stops working. It returns Fatal error: Failed opening required 'C:/Inetpub/public_html/smarty/Smarty.class.php' (include_path