RE: [PHP-WIN] cannot write to mySQL database

2002-03-04 Thread Kriegers Horst
Sorry if you receive this mail for a second time. I don't know if my first sending was OK. - Hi, I'm new on this ML and PHP. But if I can help ... It seems you forgot a $ in your 'description' request in the '$sql' query. $sql

[PHP-WIN] Lecture de cookie ASP

2002-03-26 Thread Kriegers Horst
Bonjour la liste, est-il possible de lire un cookie créé par ASP ? response.cookies("bidule")("nom") = "Tartempion" response.cookies("bidule")("prenom") = "Jules" Horst -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] String reduce

2002-04-12 Thread Kriegers Horst
Hi all, how can I replace the n ; with only one Mot1;;Mot2;Mot3;;Mot4;;;Mot5Mot6 ==> Mot1;Mot2;Mot3;Mot4;Mot5;Mot6 So that I can explode it in an array. Thanks for your help Horst -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

RE: [PHP-WIN] Re: String reduce

2002-04-15 Thread Kriegers Horst
Thanks to all who helped me Horst > -Message d'origine- > De: Hugh Bothwell [SMTP:[EMAIL PROTECTED]] > Date: vendredi, 12. avril 2002 16:02 > À:[EMAIL PROTECTED] > Objet:[PHP-WIN] Re: String reduce > > > "Kriegers Horst" <[E

RE: [PHP-WIN] PHP generation of fields

2002-05-01 Thread Kriegers Horst
In the if condition, you must use a double equal (==) and add an else condition to reset the $select variable to "". Try this: for ($i=01;$i<=12;$i++) { if($i == date(m)) { $selected = " selected"; }else{ $selected = ""; }

[PHP-WIN] fsockopen via MS-Proxy authentification

2002-02-08 Thread Kriegers Horst
Hi all, I wish to fetch an internet web page. Oour internet access is through MS-Proxy server 2.0 with NTLM authentification (domain\user:password). I experience an access probleme. Here you are the result: proxy_srv_01:80 is available HTTP/1.0 407 Proxy Access Denied Server: Microsoft-IIS/3.0 D