Re: [PHP-WIN] Re: header-session problem

2004-02-24 Thread Sudeep Sarath
Hi there, Actually there is session_start(); in my actual program. I forgot to put that here. As far Session id is concerned...i've tried that toobut to no avail. It is actually passed thru the url, but cannot catch on the next page. I'm told by someone that this is actually a common probl

[PHP-WIN] Re: header-session problem

2004-02-24 Thread The.Rock
First of all, your missing " session_start(); " in page 3. Secondly, to make a long story short, just pass the session ID in the url, and all your values that you have set should be passed. If need to know how to pass a session ID start here http://www.php.net/session "Sudeep sarath" <[EMAIL PROT

[PHP-WIN] Date Conversion

2004-02-24 Thread Sudeep Sarath
Hi everyone, A small problem..Help me out of this. I have to convert the server date and time to my local date and time i.e Indian standard time(IST)(or to my system time). My program is : "; echo $time; ?> which displays the server date & time which is in the time Zone PST. So please tell

php-windows Digest 25 Feb 2004 04:41:30 -0000 Issue 2137

2004-02-24 Thread php-windows-digest-help
php-windows Digest 25 Feb 2004 04:41:30 - Issue 2137 Topics (messages 22947 through 22956): Readme 22947 by: market_text.mediabiz.com Same Win2k problem 22948 by: emrahsen51.yahoo.com 22949 by: DvDmanDT 22950 by: Svensson, B.A.T. (HKG) network shares

[PHP-WIN] Warning: mail(): "sendmail_from" not ....

2004-02-24 Thread KK Kong
I keep geting error message: Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in D:\Inetpub\wwwroot\php\sendmail.php on line 11 php.ini: sendmail_from = [EMAIL PROTECTED] sendmail.php: Can anyone help with this problem? thanks a lot! KK Kong -- PHP Window

[PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-24 Thread Paul Menard
Hi all, System: Windows Advanced Server 2000 running IIS5 PHP version 4.3.3 running CGI User authentication: via Windows (all users) Question. I have a web site I put together that is used by many different users. These users are all local accounts. Some are members of the Administrators group a

[PHP-WIN] Re: Running an exe from local drive

2004-02-24 Thread Justin Patrin
Harpreet K. Singh wrote: I am trying to run an exe file from my php page. But i get an error Access is denied I am trying to open the file using javascript document.location=fp Thismight be a javascript question but if any one can help that would be great Regards, I believe that javascript isn'

Re: [PHP-WIN] swamp installed but no joy

2004-02-24 Thread Leo Divinagracia
danny cobbinah wrote: i installed swamp (apache, mysql and php) everything installed fine. keyed in this address C:\swamp\www\index.html and everything displayed well. listed all the programs that were installed. at the bottom was a link https://localhost/ clicked it to find that the page could no

[PHP-WIN] Running an exe from local drive

2004-02-24 Thread Harpreet K. Singh
I am trying to run an exe file from my php page. But i get an error Access is denied I am trying to open the file using javascript document.location=fp Thismight be a javascript question but if any one can help that would be great Regards, -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] network shares

2004-02-24 Thread Raul IONESCU
Hello list, Could someone help me to figure out how can I access network shares from Windows 200 Active Directory from IIS server running PHP 4.3.4 as CGI with Windows Integrated Authentication activated? Best regards, Raul ---

Re: [PHP-WIN] Same Win2k problem

2004-02-24 Thread Svensson, B.A.T. (HKG)
Seams like you run php as an CGI application(?). If so, don't do that. On Tue, 2004-02-24 at 15:16, [EMAIL PROTECTED] wrote: > I have the same problem, > there are about 200 online users, connect my web > server (Win2K Server, Apache 1.3.28, php 4.2.3). > When i look at the task manager of server

[PHP-WIN] Re: Same Win2k problem

2004-02-24 Thread DvDmanDT
You have installed PHP 'the wrong way'.. Install as module instead.. :p Increases performance, and reduces ram usage, as well as should get rid of that problem you are having.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PR

[PHP-WIN] Same Win2k problem

2004-02-24 Thread emrahsen51
I have the same problem, there are about 200 online users, connect my web server (Win2K Server, Apache 1.3.28, php 4.2.3). When i look at the task manager of server, there too many php.exe processes. If number of these processes is 80 or higher, apache gives "Internal Server Error". I increased "T

[PHP-WIN] Readme

2004-02-24 Thread market_text
Is that from you? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 24 Feb 2004 10:54:30 -0000 Issue 2136

2004-02-24 Thread php-windows-digest-help
php-windows Digest 24 Feb 2004 10:54:30 - Issue 2136 Topics (messages 22941 through 22946): PHP execution speed in Win2K 22941 by: Alan McDonald Re: how to print to a file by php_printer functions ? 22942 by: Frank M. Kromann easiest way to make a complicated PDF form...

[PHP-WIN] Re: easiest way to make a complicated PDF form...

2004-02-24 Thread Alan McDonald
YAPS? at http://www2.interakt.ro/products/free-php-scripts.html Alan "Leo Divinagracia" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i know of 2 classes: > > http://ros.co.nz/pdf/ > > and > > http://fpdf.org/ > > but each one makes you make each element by hand. i mean i have one