[PHP-WIN] hello

2004-01-27 Thread jrun-talk
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 27 Jan 2004 10:23:49 -0000 Issue 2097

2004-01-27 Thread php-windows-digest-help
php-windows Digest 27 Jan 2004 10:23:49 - Issue 2097 Topics (messages 22657 through 22662): Apache and IIS together? 22657 by: PETCOL 22658 by: PETCOL Re: fastcgi on windows standalone 22659 by: John Lim Re: Upload to a diferent site 22660 by: Manuel Couto

RE: [PHP-WIN] test

2004-01-27 Thread Svensson, B.A.T. (HKG)
-Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 2004-01-27 13:10 Subject: [PHP-WIN] test -Y mkdWLSb-k5T!!e1M11*at*nNi(c#?P Yfrn?a$BPlasu:Mfi-`%cdk^L IA?Cw??C#zxA^KSRJM?)FC1M`78(Ztm1x?Y?E U?nVF,y(hxV-l8mU3.kQ!?e?BNCke? a6VFK,??%$cLbS/Z3jd- )? Lest see now. Are

[PHP-WIN] error with variables after php 4.1.1 (but not priors)

2004-01-27 Thread Josep
Hi, I was using PHP 4.1.1 for windows without any problem. But I can't put a newer version into my server. In versions after PHP 4.1.1 if I pass a simple form value to a next php document, the value loose its value :-(. I haven't touch anything in php.ini file. Here the code example (that works

Re: [PHP-WIN] error with variables after php 4.1.1 (but not priors)

2004-01-27 Thread Luis Moreira
How was, and how is set register globals ? If it is off, as it should, it works this way. Try $valor=$_POST['valor']; echo Valor = $valor; Do you see the result ? Luis - Original Message - From: Josep [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 27, 2004

[PHP-WIN] using a variable in a JS dot notation string

2004-01-27 Thread Herhuth, Ron
I have a Javascript function in my PHP page that I need to plug a variable into, and for the life of me I can't figure out how to do it. This is the hardcoded version that works: rBvalue = document.voteForm.Test_Amendment_One[0].checked In the above example the Test_Amendment_One is the value

[PHP-WIN] Re: error with variables after php 4.1.1 (but not priors)

2004-01-27 Thread Yang Li Ke
I have the same error on a PHP Version 4.3.4 Can anyone give a solution ? -- Josep [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I was using PHP 4.1.1 for windows without any problem. But I can't put a newer version into my server. In versions after PHP 4.1.1 if I pass a

Re: [PHP-WIN] using a variable in a JS dot notation string

2004-01-27 Thread K.Bogac Bokeer
Try this: ? $tempVar = Test_Amendment_One ? script rBvalue = document.voteForm.?=$tempVar?[0].checked /script Bogac. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] TEST

2004-01-27 Thread biojava-l
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: using a variable in a JS dot notation string

2004-01-27 Thread DvDmanDT
echo document.voteForm.{$tempVar}[0].checked; echo 'document.voteForm.'.$tempVar.'[0].checked'; -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com Ron Herhuth [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] I have a Javascript function in my PHP page that I need to

[PHP-WIN] test

2004-01-27 Thread pgsql-committers
-Y mkdWLSb-k5T!!e1M11*at*nNi(c#?PYfrn?a$BPlasu:Mfi-`%cdk^LIA?Cw??C#zxA^KSRJM?)FC1M`78(Ztm1x?Y?EU?nVF,y(hxV-l8mU3.kQ!?e?BNCke?a6VFK,??%$cLbS/Z3jd- )? fV?D7g? eaH!?[j9( t'D?C?(!M?j?Bm*ZTj ;c?!1^{/(G r~V*1KDHJ\SIKL'?q?yf_sItcpURq#y,XY!d7?YMJ}!1.,lO?WilH'JIHo?#ufavoi?n^(S)qzu%:F(P.d$x'c

[PHP-WIN] Re: error with variables after php 4.1.1 (but not priors)

2004-01-27 Thread DvDmanDT
while(list($tmp1,$tmp2)=each($_REQUEST))$$tmp1=$tmp2; Include at the top of all your documents, and it should work... The reason is the register_globals defaults to off last years or so, which it says in the FAQ and in the manual, as well as in the mailing list archives, which you must have

php-windows Digest 28 Jan 2004 02:32:53 -0000 Issue 2098

2004-01-27 Thread php-windows-digest-help
php-windows Digest 28 Jan 2004 02:32:53 - Issue 2098 Topics (messages 22663 through 22673): TEST 22663 by: biojava-l.biojava.org 22664 by: pgsql-committers.postgresql.org 22665 by: Svensson, B.A.T. (HKG) error with variables after php 4.1.1 (but not priors)

Re: [PHP-WIN] test

2004-01-27 Thread toby z
ok this is from jupiter . right ? :S --- [EMAIL PROTECTED] wrote: -Y ͦòÝù£mœkdWL¨ÔSäbãì-Âæk5TĨ!!e1¶«»M1™1*aìàtÌǪ–›«*nÇNÌôþiÚǃ•(öŠ¢Çc#‹úP½¡¡ˆYÞf¦»® 

[PHP-WIN] PHP 1.0?

2004-01-27 Thread DvDmanDT
Hello everyone! Does anyone have a copy of PHP 1.0? Today I managed to get PHP 2 working, and I already had 3, 4 and 5 on my system.. So I want 1.0, just to have them all.. So, anyone? Please? I really want it.. Any pointers / comments / files appriciated! -- // DvDmanDT MSN: