RE: [PHP-WIN] Re: Sessions

2002-09-17 Thread Opere, James
Or simply create a folder under C called tmp i.e 'C:\tmp' and you will done. J.Opere -Original Message- From: Ernani Joppert Pontes Martins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 8:57 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Sessions Try to config in ph

[PHP-WIN] Re: fatal error .... failed opening ..... ????

2002-09-17 Thread Ernani Joppert Pontes Martins
put a single dot in the include_path of php.ini include_path = "C:\php4\pear;.;" HTH, Ernani "Toby z" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi > im trying to take input from a form & upload a file > too .. > > n im getting this error messeg

[PHP-WIN] Re: redirection help

2002-09-17 Thread Ernani Joppert Pontes Martins
Your problem is that you can not send anything to the browser before the Header command. Only after it. HTH, Ernani "Zac Hillier" <[EMAIL PROTECTED]> escreveu na mensagem 006f01c1f372$88e64c20$667ba8c0@affectors">news:006f01c1f372$88e64c20$667ba8c0@affectors... Hi, Have been coding in asp for

[PHP-WIN] Re: Session

2002-09-17 Thread Ernani Joppert Pontes Martins
Set php.ini session_save_path to whereever u want to. HTH, Ernani "Ib Helmer Nielsen" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > I am new in programming in PHP, so my question is purhaps stupid but never > the less. > The problem is the followin

[PHP-WIN] Re: Windows with Oracle

2002-09-17 Thread Ernani Joppert Pontes Martins
Have you tried to install the client of Oracle on your machine ? Winch version ? Try to do a simple test with OCI functions... HTH, Ernani "Jeff Lutes" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > New to the list and have a PHP-sized head

Re: [PHP-WIN] File Uploader - Progress

2002-09-17 Thread Ernani Joppert Pontes Martins
I've made something to show download percentage with Java, with an Applet So then if you want to I can send you a class that downloads a file with a download status bar on it. Then you may handle your problem. "Stuart Dallas" <[EMAIL PROTECTED]> escreveu na mensagem 3CD2FE47.2527.AF1141@localho

[PHP-WIN] Re: Sessions

2002-09-17 Thread Ernani Joppert Pontes Martins
Try to config in php.ini file the session_save_path to C:\temp not /tmp HTH, Ernani "Peter Finch" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am learning PHP from the Greenspan and Bulger book, on a Windows > development system using PHP 4.1.2 and A

[PHP-WIN] Re: zip functions

2002-09-17 Thread Ernani Joppert Pontes Martins
The zip functions uses php_zlib.dll Not the php_zip.dll like you want to get. HTH, Ernani "Michael Dransfield" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Does anyone have a working version of php with zip functions enabled. > > I do not have a c com

Re: [PHP-WIN] Getting at addressbook information on an Exchange Server...

2002-09-17 Thread Ernani Joppert Pontes Martins
I have made a com+ module in php that uses CDO (Collaboration Data Objects) to interact with exchange server profiles and send e-mails with php like a webmail. Are you interested ? Cheers, Ernani "Ross Fleming" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED]... > Question 1 I'm

[PHP-WIN] Re: Probally A newbie Question: Why does it try to download my php file?

2002-09-17 Thread Ernani Joppert Pontes Martins
Have you followed winch procedure of install ? Cheers, Ernani "Borgkiller" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I tryed that too. Didnt work. Any other ideas? > > "Brian McGarvie" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED]...

Re: [PHP-WIN] results over multiple pages

2002-09-17 Thread Ernani Joppert Pontes Martins
Huh, Cool Rasmus, if they make it I will let you know. What is a dime when you have thousands of nickels. Cheers, Ernani "Rasmus Lerdorf" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > heh ;) > > I'd love it if it did. But alas, LIMIT is actually a ha

[PHP-WIN] Re: troublesome exec

2002-09-17 Thread Ernani Joppert Pontes Martins
Have you tried to use system instead of exec ? HTH, Ernani "Michael Langford" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm trying to run a program using exec but no matter what I do I keep > receiving a persistent unable to fork error. > I currentl

[PHP-WIN] Re: PHP and Java

2002-09-17 Thread Ernani Joppert Pontes Martins
This problem seems to be weird First of all, this php script works on any other enviroment outside of your computer? Have you tried to set java configurations at php.ini file? HTH, Ernani "James Opere" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I

Re: [PHP-WIN] MSSQL Date Format Problem

2002-09-17 Thread Tracker1
this is personally why I try to always use iso compliant "-mm-dd hh:nn" or "-mm-dd" Matt Kynaston wrote: > --=_NextPart_000_000D_01C25E30.61F93B80 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: 7bit > > PHP is supposed to output the date accordi

php-windows Digest 17 Sep 2002 22:55:28 -0000 Issue 1344

2002-09-17 Thread php-windows-digest-help
php-windows Digest 17 Sep 2002 22:55:28 - Issue 1344 Topics (messages 15855 through 15867): Not getting proper output 15855 by: rinku 15865 by: George Nicolae Re: Exec () works for me in Apache, but not in IIS, Do I need execute 15856 by: Kurtis Harper Re: MSSQL Da

[PHP-WIN] SESSIONS- clustered environment

2002-09-17 Thread Matt Babineau
What would be the best way to handle sessions in a clustered environment without making the load-balancing persistant? Matt Babineau MCWD / CCFD - e: [EMAIL PROTECTED] p: 603.943.4237 w: http://ww

[PHP-WIN] error from PHP...any ideas?

2002-09-17 Thread Matt Babineau
IIS 5, Win2K, Running as ISAPI, HTTPS, PHP 4.2 PHP has encountered an Access Violation at 01152A55 Any ideas how to deal with this? I got this on my development server. Should I just use PHP as a CGI instead of ISAPI? Matt Babineau MCWD / CCFD - e:

[PHP-WIN] Re: Not getting proper output

2002-09-17 Thread George Nicolae
give us some code and some examples. -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Rinku" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > When I am passing value from one form to a

[PHP-WIN] Re: REGISTER_SHUTDOWN_FUNCTION() BUG -- Please Fix.

2002-09-17 Thread Jason Caldwell
It's a bug. spoke to Rasmus at some length about just before i posted it in the bug report. The online help page is inaccurate in describing the full functionality of the function: http://www.php.net/manual/en/function.register-shutdown-function.php REGISTER_SHUTDOWN_FUNCTION() is suppose to ki

RE: [PHP-WIN] in Win32 env: calling external pgm from PHP script

2002-09-17 Thread David Hollister
You should try: Yo - try this -Original Message- From: Pozzer Franco [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 4:51 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] in Win32 env: calling external pgm from PHP script I always have found aid on this NG and want to write t

[PHP-WIN] Re: error: loading extensions / php_xslt.dll on win32

2002-09-17 Thread Marco Siegl
hi horst, i think your're problem is that you'll need to get the new libexpat.dll provided from james clark. visit http://sourceforge.net/projects/expat/ to get the latest expat v1.95.5 (which includes the new libexpat.dll - the older version was called: "expat.dll", provided with expat v1.95.2)

[PHP-WIN] Re: REGISTER_SHUTDOWN_FUNCTION() BUG -- Please Fix.

2002-09-17 Thread Brian 'Bex' Huff
Are you sure its a bug? If you check the documentation on "register_shutdown_function", you'll see that it occurs AFTER the data in the output buffer has been sent to the user. Therefore, functions like "echo" and "print" are not supposed to work: http://www.php.net/manual/en/function.regis

[PHP-WIN] in Win32 env: calling external pgm from PHP script

2002-09-17 Thread Pozzer Franco
I always have found aid on this NG and want to write tanks to all of this. I hope that also in this occasion to find an aid and of the indications for my problem. My env it is Win32 with Aoache 1.3.24 and PHP 4.2.1. I have a pgn .exe files that I want to execute from script PHP and I want to po

[PHP-WIN] MS Outlook [Public Folders]

2002-09-17 Thread Lukas Boldrino
Hey guys! I hava a question. Is there a posibillity to get acces to MS outlook Public Folders? (listing them, adding a post, reading posts) ? thanks ! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Calling DLL from PHP

2002-09-17 Thread Pozzer Franco
Brian hanks for all and sorry if I trouble you again. I ask a litle help if you wnat and if you have time for me. thanks for this and sorry again for the trouble. I want use a external pgm (.exe file) from my script PHP. My env it it Win32 NT Apache 1.3.24 and PHP 4.2.1. I have find same sa

RE: [PHP-WIN] MSSQL Date Format Problem

2002-09-17 Thread Matt Kynaston
PHP is supposed to output the date according to the locale settings of the server - see setlocale() function to force the issue. But dates are always a pain - strtotime() and strftime() are your friends. > Incidentally, inserting a value into the databases on both > machines works > presenting th

[PHP-WIN] Re: Exec () works for me in Apache, but not in IIS, Do I need execute

2002-09-17 Thread Kurtis Harper
Sorry Tracker, I must be missing something I am still unable to execute the convert command. I am out of ideas :o( "Tracker1" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Kurtis Harper wrote: > > Thanks but how do I add the IUSER_MACHINENAME and change the permissions, In > >

[PHP-WIN] Not getting proper output

2002-09-17 Thread rinku
When I am passing value from one form to another - the another form doesn't return perfect value. Please tell me the correct method of passing value. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 17 Sep 2002 07:26:29 -0000 Issue 1343

2002-09-17 Thread php-windows-digest-help
php-windows Digest 17 Sep 2002 07:26:29 - Issue 1343 Topics (messages 15850 through 15854): Re: Exec () works for me in Apache, but not in IIS, Do I need execute 15850 by: Kurtis Harper 15851 by: Rich Gray 15853 by: Tracker1 Re: MSSQL Date Format Problem 158

[PHP-WIN] REGISTER_SHUTDOWN_FUNCTION() BUG -- Please Fix.

2002-09-17 Thread Jason Caldwell
I'm posting this here to give this BUG attention. It's a pretty serious one for Win32 users, and it would be great if it could be fixed *very quickly* -- I posted this in the Bug Reports on PHP.net on May 27th, 2002. Here's the link: http://bugs.php.net/bug.php?id=17461 I need to use this funct