[PHP-WIN] Using Java extension with IIS5 has problem

2001-03-18 Thread Kick
I install php4.04pl on Windows2000. My php.ini configured as below: extension_dir = c:\php4.04\extensions extension=php_java.dll [Java] java.class.path = "C:\php4.04\extensions\php_java.jar;C:\jdk1.3\jre\lib\rt.jar" java.home = c:\jdk1.3 java.library = C:\jdk1.3\jre\bin\hotspot\jvm.dll java.libr

[PHP-WIN] Problem with php4 and PWS

2001-03-18 Thread John
Dear all, I have downloaded php4_0_4-win32 and tried to install it according to the instructions in install.txt, which is found in the folder README. After that, I tried to load a simple .php file with PWS but I get an error message that says "One of the library files needed to run this applicat

[PHP-WIN] Need help bad, select element of form using time

2001-03-18 Thread Zachary Harris
I have a project that a I am working on and have come across a major snafu. It is my first time using PHP for a project and I have been asked for a form element wherein the user can select a time based on 15 minute increments for the next 6 hours. Unfortunately, it doesn't seem like the time par

Re: [PHP-WIN] Need help bad, select element of form using time

2001-03-18 Thread Alain Samoun
It's not too clear what you want to do, can you post a snippet of your code where you have problems? Alain On Sun, Mar 18, 2001 at 12:46:00PM -0500, Zachary Harris wrote: > I have a project that a I am working on and have come across a major > snafu. It is my first time using PHP for a project a

RE: [PHP-WIN] explode!

2001-03-18 Thread Scott Bernard
I think hat you have a problem with the "/". The path in the database is ok with the "/", but if you add that path, to the local "c:\inet..." it will not work, because the "/" must be "\". Why dont you put the field in a string variable and replace the "/" with "\" ? Scotty. -Mensaje origina

php-windows Digest 18 Mar 2001 22:07:35 -0000 Issue 498

2001-03-18 Thread php-windows-digest-help
php-windows Digest 18 Mar 2001 22:07:35 - Issue 498 Topics (messages 6118 through 6122): Using Java extension with IIS5 has problem 6118 by: Kick Problem with php4 and PWS 6119 by: John Need help bad, select element of form using time 6120 by: Zachary Harris

Re: [PHP-WIN] Problem with php4 and PWS

2001-03-18 Thread MD
Skip PWS and get the free Xitami Server from imatix.com. You may find another solution to your PWS problem, however in my experience PWS can introduce so many more problems down the line that for use in learning to develop in PHP on a win machine, just get xitami or apache (apache is a better serv

[PHP-WIN] fopen, popen, fputs????

2001-03-18 Thread Josh Seward
Is anyone able to open the command.exe from a php script then issuse it commands via the php script. I have tried using popen and fopen to open cmd.exe and that works, but I cannot seem to issue comamnds to an outside program HELP PLEASE!!! Thank you, Josh Seward [EMAIL PROTECTED]

[PHP-WIN] RE: Using Java extension with IIS5 has problem

2001-03-18 Thread Jason Gan
Hi, Can you report the following bug to www.php.net I think there is a problem with php reading the ini setting for php_java On my system it always appends a . in front of the path, which screws up the loading of the php_java.dll The only way to solve it is not to put any pathing information wit

[PHP-WIN] Re: [PHP-GTK] fopen, popen, fputs????

2001-03-18 Thread Josh Seward
I have managed to open the program I want to in the background. My php script opens the outside windows app. Then my prog. will continue to run. The only thing I need to do is send command (say: dir /p in the cmd.exe under windows 2000) so that it runs in the program I initially open in the backg

[PHP-WIN] Re: [PHP-GTK] fopen, popen, fputs????

2001-03-18 Thread Josh Seward
You have to have the game server to run this program Here is my script: BEGIN_SCRIPT--- set_time_limit(0); print "The Server is opening...\n"; $command = "C:\Sierra\Half-Life\hlds.exe -game cstrike -heapsize 128000 +exec server.cfg +p

php-windows@lists.php.net

2001-03-18 Thread Ari Pramono (HRM-HO)
I have no problem with my apache and my php I added these lines to httpd.conf : LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php .phtml And I copied php.ini file in the Apache install directory Trims Ary [EMAIL PROTECTED] -

[PHP-WIN] Perl On Apache

2001-03-18 Thread Ari Pramono (HRM-HO)
I'm sorry, I know my question is stupid and OOT But anybody know how to setup perl on Apache on WinNT? Or just give me some links that I can read Trims Ary [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] Perl On Apache

2001-03-18 Thread OoCobra97
Here is a link for you, Its called Activestate perl. The perl language for windows. I have it setup on my machine and it runs great. Hope this helps! ~Jeff The Link: http://www.activestate.com/">ActiveState or for those without html: http://www.activestate.com/

RE: [PHP-WIN] Cookies In IE5.5

2001-03-18 Thread Mangiola Nunzio Datavia
I use this example to set cookies and it works fine on my side with IE5: Sorry, unable to login click here try again"; exit; } else { $uniqueid = md5 (uniqid (rand())); $cookiestring = $Firstname.'&'.$unique