[PHP-WIN] urgent mail() function error

2001-12-07 Thread Emad El-Din
Hi all , I tried a lot to use the mail() function , but I'm always faced with an error like this "Warning: Server Error in C:\apache\htdocs\mail.php on line 43". I tried to get a script from the net, but it didn't work, I searched a lot about this thing. Do anyone have a solution? I'm using Win9

Re: [PHP-WIN]How to know how long a person stay

2001-12-07 Thread Gerald Davis
NEVER SAY it is impossible. Anything is possible Michel the question is do you want to do the work needed? 1) setup a simple static "testbed" website. With index.html and 4-5 page1-5.html 2) setup the site to use the built in sessions feature of php4. If you don't know what this is stop, and

php-windows Digest 8 Dec 2001 03:24:03 -0000 Issue 890

2001-12-07 Thread php-windows-digest-help
php-windows Digest 8 Dec 2001 03:24:03 - Issue 890 Topics (messages 10786 through 10800): Re: PHP 4.0.6 Apache 1.3.12 Oracle 8.1.5 OCIPlogon Wind ows 2000 Server 10786 by: Asendorf, John Using Sessions, PHP 4.0.6, on IIS 5.0 10787 by: Ayres, David Trying to pass a variable

[PHP-WIN] ¡îѰÕÒJSPÐéÄâÖ÷»ú£¿¿´¿´ÎÒÃÇΪÄúÌṩʲôÑùµÄ·þÎñ°É

2001-12-07 Thread Today's Network
ѰÇóÒ»¸öºÃµÄÓòÃû¡¢¸ßËÙÎȶ¨µÄJSP¿Õ¼ä? ÄǾÍÇëÄúÀ´ÕâÀï¿´¿´°É£º http://www.now.net.cn ʱ´´ÍøÂ磡 ¡î ÂÊÏÈÖ§³ÖJSP ¼°×îбê×¼JDBC Êý¾Ý¿â£¬ÍêÈ«½â×¼ÖÐÎļ°Êý¾Ý¿âÖÐÎÄÎÊÌâ ¡î ¶àÖÖ¶¯Ì¬½Å±¾°üÀ¨ ASP£¬PHP,CGI £¬PERL5.6 ,JSP,Servlet , »¹ÓпìËÙCGI £¬¿ìËÙPERL£¨fcgi)Ö§³Ö£¬ PHPÒ²´ø×îмÓËÙÒýÖ¿£¡ (Ïê¼û:http://

Re: [PHP-WIN] Has anyone gotten session_destroy() to actually work on Windows?

2001-12-07 Thread Egil Helland
On Fri, 7 Dec 2001 13:36:32 -0500, Ayres, David wrote: >Okay, I'm going to throw my laptop through a window in a second! >Why won't session_destroy() work? I can't be the only one with this >problem. >I know the session variables exist. I'm running PHP 4.0.6, anyone >else ever have this problem?

Re: [PHP-WIN] session problem

2001-12-07 Thread Dario Fernando Escobar R.
Make sure the tmp directory is created and it has write permissions to everybody. bye. _ Dario Fernando Escobar Risueño Webmaster Telesat S.A. [EMAIL PROTECTED] Cali - Valle - Colombia - Original Message - From: "Afan Pasalic" <[EMAIL PROTECTED]> To: <[E

[PHP-WIN] Has anyone gotten session_destroy() to actually work on Windows?

2001-12-07 Thread Ayres, David
Okay, I'm going to throw my laptop through a window in a second! Why won't session_destroy() work? I can't be the only one with this problem. I know the session variables exist. I'm running PHP 4.0.6, anyone else ever have this problem? Please let me know if there's some sort of bug with this

Re: [PHP-WIN] session problem

2001-12-07 Thread Afan Pasalic
Tanks for all of you people - that was really fast. And problem was, as "Webmaster" said - temp directory didn't exist. Thanks for help. afan - Original Message - From: "Webmaster" <[EMAIL PROTECTED]> To: "Afan Pasalic" <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 1:08 PM Subjec

RE: [PHP-WIN] session problem

2001-12-07 Thread Ayres, David
Hello Afan, I'm also using Sessions, but I learned that when using session_register you don't use the normal variable syntax with the session variable, such as ($name). Here's my code that works properly: As you can see I use session_register('variablename'), then declare the session variable

[PHP-WIN] session problem

2001-12-07 Thread Afan Pasalic
Hi, I'm playing with session and after I'm getting this warning: Warning: open(/tmp\sess_41d3918086b66b0e71cc6a0dc5dea344, O_RDWR) failed: m (2) in C:\admin\index.php on line 2 What's problem? Thanks for any help. Afan

[PHP-WIN] A referer code needed

2001-12-07 Thread Emad El-Din
Hi I would like to know the function written to know the URL of the page the user's browser was previously on if the user followed a link from that page to my php script (as "referer" in perl script) I'm using Apache webserver on win98 OS. If any one know the code to be written plz send it to me a

[PHP-WIN] run a php script

2001-12-07 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370307-12-01 15:44 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] php -f (filename) -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 7 Dec 2001 10:41:52

[PHP-WIN] run a php script

2001-12-07 Thread Conover, Ryan
How can I run a php script from the command line? Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list a

RE: [PHP-WIN] printing directly from php

2001-12-07 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 07-12-01 15:03 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] You are correct, this process has nothing to do with the browser. When the print function is called by the PHP script, the output will be printed on the loc

RE: [PHP-WIN] printing directly from php

2001-12-07 Thread Tim Foster
Just for clarification Will this method allow the user to click on a link and *poof* out comes somthing out of his/her printer? I thought browsers couldn't do that? And if it can, what HTML (or HTTP header or whatever) is actually being sent to the client. TIM -Stenderup's Law: The sooner

[PHP-WIN] Trying to pass a variable through a form...

2001-12-07 Thread Bryant Brabson
Your homework is finished! TonyForm.html: Name: tony1.php Link tony2.php I'm trying to pass a variable from a form text box into a php file (Tony1.php). Then, I'd like to click on a link in the Tony1.php page and get th

[PHP-WIN] Using Sessions, PHP 4.0.6, on IIS 5.0

2001-12-07 Thread Ayres, David
Hello all, I'm having some trouble using Session variables it seems with a small web application I'm creating for time reporting. I'm using IIS 5.0, Windows 2000 Professional. Any reason why it wouldn't seem to be keeping session variables? Code is: //check login and password //connect and ex

RE: [PHP-WIN] PHP 4.0.6 Apache 1.3.12 Oracle 8.1.5 OCIPlogon Windows 2000 Server

2001-12-07 Thread Asendorf, John
Actually, I'm using the ADODB class, so eventually I would be able to switch to any database that is supported by it. So, Robin, what are you? A sales rep for Borland or something ;)? - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NE

php-windows Digest 7 Dec 2001 12:40:18 -0000 Issue 889

2001-12-07 Thread php-windows-digest-help
php-windows Digest 7 Dec 2001 12:40:18 - Issue 889 Topics (messages 10778 through 10785): The dynamic link library libsasl.dll could not be found in the specified path: 10778 by: weimin Re: How to download PHP files URGENT !!! 10779 by: alain samoun 10780 by: Ross F

[PHP-WIN] FW: Connectivity to oracle

2001-12-07 Thread DE SOETE Bart
-Original Message- From: DE SOETE Bart Sent: vrijdag 7 december 2001 13:24 To: '[EMAIL PROTECTED]' Subject: FW: Connectivity to oracle -Original Message- From: DE SOETE Bart Sent: vrijdag 7 december 2001 13:17 To: 'Thies C. Arntzen' Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTE