RE: [PHP-WIN] Re: GTK - why not?

2004-07-08 Thread William CANDILLON
But you can run a server application with php GTk as a client application. -Message d'origine- De : Oliver John V. Tibi [mailto:[EMAIL PROTECTED] Envoyé : jeudi 8 juillet 2004 06:41 À : [EMAIL PROTECTED] Objet : [PHP-WIN] Re: GTK - why not? hi dude! the reason behind php- gtk not being

RE: [PHP-WIN] Re: GTK - why not?

2004-07-08 Thread William CANDILLON
But you can run a server application with php GTk as a client application. -Message d'origine- De : Oliver John V. Tibi [mailto:[EMAIL PROTECTED] Envoyé : jeudi 8 juillet 2004 06:41 À : [EMAIL PROTECTED] Objet : [PHP-WIN] Re: GTK - why not? hi dude! the reason behind php- gtk not being

[PHP-WIN] Password input in cli

2004-07-05 Thread William CANDILLON
How the password could output ** on screen ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] PHP extensions (dll's)

2004-06-08 Thread William CANDILLON
-Message d'origine- De : Gerardo Rojas [mailto:[EMAIL PROTECTED] Envoyé : mardi 8 juin 2004 15:37 À : [EMAIL PROTECTED] Objet : [PHP-WIN] PHP extensions (dll's) Is there a way to find out what extensions are loaded, at runtime? I want to know if a certain dll is loaded or another one i

[PHP-WIN] udp and tcp packet

2004-06-06 Thread William CANDILLON
Hello, Is there a way to send udp or tcp packet with php? I don't find any library or extension which has this possibility. Thanks in advance! StorM -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] udp and tcp packet

2004-06-06 Thread William CANDILLON
Hello, Is there a way to send udp or tcp packet with php? I don't find any library or extension which has this possibility. Thanks in advance! StorM -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] udp and tcp packet

2004-06-06 Thread William CANDILLON
Hello, Is there a way to send udp or tcp packet with php? I don't find any library or extension which has this possibility. Thanks in advance! StorM -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Output Control

2004-05-26 Thread William CANDILLON
I just want to see the numbers before 10 seconds in my browser like in shell mod. -Message d'origine- De : Luis Moreira [mailto:[EMAIL PROTECTED] Envoyé : mercredi 26 mai 2004 17:21 À : William CANDILLON; [EMAIL PROTECTED] Objet : Re: [PHP-WIN] Output Control William CANDILLON

RE: [PHP-WIN] Output Control

2004-05-26 Thread William CANDILLON
I just want to see the numbers before 10 seconds -Message d'origine- De : Luis Moreira [mailto:[EMAIL PROTECTED] Envoyé : mercredi 26 mai 2004 17:21 À : William CANDILLON; [EMAIL PROTECTED] Objet : Re: [PHP-WIN] Output Control William CANDILLON wrote: >I want to execute my scr

[PHP-WIN] Output Control

2004-05-26 Thread William CANDILLON
I want to execute my script in a browser as with the shell mode. Example: I've tried this but it's doesn't work : -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] using filemtime

2004-04-26 Thread William CANDILLON
If the code which execute the code is at c:\ : $dir = '/backups' -Message d'origine- De : Harpreet [mailto:[EMAIL PROTECTED] Envoyé : lundi 26 avril 2004 22:29 À : [EMAIL PROTECTED] Objet : [PHP-WIN] using filemtime The filemtime works for the following but the minute i use a server nam

RE: [PHP-WIN] modifying a substring

2004-04-26 Thread William CANDILLON
Or: ', $string); Echo ($text[0]); ?> -Message d'origine- De : William CANDILLON [mailto:[EMAIL PROTECTED] Envoyé : lundi 26 avril 2004 21:16 À : [EMAIL PROTECTED] Objet : RE: [PHP-WIN] modifying a substring Use xml_parse_into_struct () : To show the code out t

RE: [PHP-WIN] modifying a substring

2004-04-26 Thread William CANDILLON
Use xml_parse_into_struct () : To show the code out the : ", $fp)== false) { ++$i $fp = fread($string, $i); } $txt = substr ($fp, -6); Echo ($txt); ?> -Message d'origine- De : John Yu [mailto:[EMAIL PROTECTED] Envoyé : lundi 26 avril 2004 18:44 À : [EMAIL PROTECTED] Objet : [PHP-WI

RE: [PHP-WIN] PHP compiler

2004-03-05 Thread William CANDILLON
Thks a lot, it's work perfectly. -Message d'origine- De : Piotr Pluciennik [mailto:[EMAIL PROTECTED] Envoyé : vendredi 5 mars 2004 14:32 À : [EMAIL PROTECTED] Objet : Re: [PHP-WIN] PHP compiler Try: http://www.ioncube.com/ HTH, Piotr --- William CANDILLON <[EMAIL PROT

[PHP-WIN] PHP compiler

2004-03-04 Thread William CANDILLON
Heya ^^ I wanna know if there are a way to "compile" our own php script ? Regards. StorM -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php