Re: [PHP-WIN] Installation problems...

2003-05-29 Thread Davy Obdam
Hi Bobo, I am running the same setup as you (apache 2.045/php 4.3.1/MySQL 4.0.13). The first problem with the session: You should change this like session.save_path="D:\PHP\tmp"< use a full path name The second problem with MySQL is a bit more complicated, well i can be... It could be

Re: [PHP-WIN] Installation problems...

2003-05-29 Thread Bobo Wieland
I'm running PHP as ISAPI (i think... ;-) ) and I use Apache2 - which I've restarted a number of times... *sigh* thanks! .bobo - Original Message - From: "Ryan Marrs" <[EMAIL PROTECTED]> To: "'Bobo Wieland'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 12:54

RE: [PHP-WIN] Installation problems...

2003-05-29 Thread Ryan Marrs
Are you running PHP as ISAPI or CGI? If it's ISAPI, you'll need to restart IIS before your changes to the php.ini file will take effect. -Original Message- From: Bobo Wieland [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 6:51 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Install

php-windows Digest 29 May 2003 10:50:36 -0000 Issue 1752

2003-05-29 Thread php-windows-digest-help
php-windows Digest 29 May 2003 10:50:36 - Issue 1752 Topics (messages 20122 through 20128): Join Char Strings 20122 by: Stephen Rivas Jr 20123 by: DvDmanDT 20124 by: George Nicolae vb to write server which supports php 20125 by: cmkpl Re: Fatal Error???

[PHP-WIN] Installation problems...

2003-05-29 Thread Bobo Wieland
Trying to reinstall PHP/MySQL/Apache on my WinXP setup... Ran in to some trouble though, that I hope you can help me with... First, I'm getting the following warning message: "Warning: session_start() [function.session-start]: open(/tmp\sess_a0b08aae778010e958503bfde26c0ab5, O_RDWR) failed: No

Re: [PHP-WIN] query infinitely stuck ...... solved

2003-05-29 Thread toby z
thnx guyz the dammed query aint stuck any more :$ me n my blunders .. --- toby z <[EMAIL PROTECTED]> wrote: > hay guyz > > im stuck in an infinite loop > ill try to explain what im actually tryin to do > > im letting a user of the application take a backup of a mysql db > he selects a pa

[PHP-WIN] Re: Fatal Error???

2003-05-29 Thread Cristian MARIN
Here is your script debugged but I don't know if is doing what is supposed to do From now you have to see if the logical part is all right. I don't have a printer on my computer right now so I cannot teste him very well.   -- -Cristian MAR

[PHP-WIN] vb to write server which supports php

2003-05-29 Thread cmkpl
any one know(use dll of php to link with php)? thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.483 / Virus Database: 279 - Release Date: 19/5/2003 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-WIN] Re: Join Char Strings

2003-05-29 Thread George Nicolae
Try to use "." $var1="test"; $var2="join"; $var3=$var1." ".$var2; echo $var3; //will print "test join" -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Stephen Rivas Jr" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PR

[PHP-WIN] Re: Join Char Strings

2003-05-29 Thread DvDmanDT
Change your + against . everywhere... "Stephen Rivas Jr" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Again, looking in PHP.net for help - unable to proceed. > > I'm trying to add a variable string, to another literal string and store it > in that variable again. I know it can

[PHP-WIN] Join Char Strings

2003-05-29 Thread Stephen Rivas Jr
Again, looking in PHP.net for help - unable to proceed. I'm trying to add a variable string, to another literal string and store it in that variable again. I know it can be done, simply. However, I always get "0" when I add them... $rider_name += ""; I want to take the information from my form,

php-windows Digest 28 May 2003 20:19:49 -0000 Issue 1751

2003-05-29 Thread php-windows-digest-help
php-windows Digest 28 May 2003 20:19:49 - Issue 1751 Topics (messages 20114 through 20121): Re: Subject: FOpen problems 20114 by: Sven Schnitzke Re: Fatal Error??? 20115 by: Svensson, B.A.T. (HKG) 20119 by: Alejandro C. Garrammone 20120 by: Cristian MARIN Re

[PHP-WIN] Read all the webmonkey tutorials, still need guidance

2003-05-29 Thread Stephen Rivas Jr
I have read and re read all of the webmonkey Installation of Apache/PHP4 and finally got the phpinfo() function working. I'm sad to say, I can't believe it took me that long. now I'm looking at forms and swapping variables - read stuff on that. it is NOT working. I've made code, copied code, read,

Re: [PHP-WIN] Re: Fatal Error???

2003-05-29 Thread Cristian MARIN
Not the initial $i is the big problem but the fact you are incrementing the $i even if $i is 0 so you are never getting out from the while loop and the server expire your script ... Read your mail and reply me if you haven't understood. Cristic -- -

Re: [PHP-WIN] Re: Fatal Error???

2003-05-29 Thread Alejandro C. Garrammone
But cristian...the problem is that in the first line of the code I set the $i=20; so $i has an initial value of 20. So...i'm still stuck. If u can still help me...I apreciate. Thxs for all, Alex - Original Message - From: "Cristian MARIN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

[PHP-WIN] Checking Client's Cipher Strength with IIS

2003-05-29 Thread Ed Gorski
Hello, I have a question who's answer has been bugging me for a while. What I need to do is write a script that detects if a browser is using 128-bit encryption when connecting to our website. While this is easy for most (I have the script working for them), a real problem for me has come up wi