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
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
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
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
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 = "";
}
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