[PHP-WIN] Re: Windows 95

2004-03-17 Thread Comex
On Sun, 14 Mar 2004 13:56:01 +0100, Bobo Wieland <[EMAIL PROTECTED]> wrote: Hi! Is it possible to install apache/php/mysql under Windows 95? .bobo yes. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: servers in php

2004-03-14 Thread Comex
On Sat, 13 Mar 2004 19:06:38 -0500, Comex <[EMAIL PROTECTED]> wrote: I was wondering how to go about making a server in PHP that would accept multiple connections..in windows, so I can't use forks. I'd need to call the program from itself but I don't know how the listenin

Re: [PHP-WIN] servers in php

2004-03-14 Thread Comex
And if you don't use fork(), how did you plan to handle the port situation, once a process has connected to the server? I don't know, which is why I asked. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] servers in php

2004-03-13 Thread Comex
I was wondering how to go about making a server in PHP that would accept multiple connections..in windows, so I can't use forks. I'd need to call the program from itself but I don't know how the listening works. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

Re: [PHP-WIN] POST and GET form

2003-11-04 Thread Comex
<[EMAIL PROTECTED]> Dash McElroy: > This sounds stupid, but I've found it way wasier to read code one has > written with the _POST, _GET, _ETC arrays. Especially so when you > haven't looked in a file for a few months or so. > > Yeah, it's a good habit. It helps if you're looking at someone else's

[PHP-WIN] Re: Vb usergroup

2003-11-04 Thread Comex
<[EMAIL PROTECTED]> Rinku Shivnani: > Dear All, > > Can any of you suggest me any usergroup for Visvual Basic Just > like this PHP-WIN. > > Rinku I recommend microsoft.public.vb.(whatever) at news://news.microsoft.com/microsoft.public.vb.general.discussion -- PHP Windows Mailing List (http://www

Re: [PHP-WIN] generate img with fonts...

2003-09-19 Thread Comex
> ofcourse u can Yes, but it would take less time to not use PHP. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] install remote desktop from php

2003-09-15 Thread Comex
I have a remote windows machine that has Apache/PHP5 installed, and am able to connect via VPN to it. However I need some sort of remote desktop, and can only use PHP to install it... is this possible? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

[PHP-WIN] Re: how to delete file in windows

2003-08-10 Thread Comex
<[EMAIL PROTECTED]> Guest: > Hii... > How to delete file under windows with php, i found function unlink, > but this function run under linux, is there true that there are no > function to delete file in windows with php...?? Unlink works with Windows. -- PHP Windows Mailing List (http://www.ph

Re: [PHP-WIN] Notice: Undefined variable: link in

2003-08-03 Thread Comex
register_globals? just an idea -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Your E-Book

2003-07-28 Thread Comex
<[EMAIL PROTECTED]> The Billion Dollar Club: > The Revolutionary Book > Your Boss Doesn't Want You to Read ! LOL!!! Spam, but not spam. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: php-cli >>redirect

2003-07-24 Thread Comex
<[EMAIL PROTECTED]> Voldermort -: > Using php-cli 4.2.2 on Windows XP Pro. > php-cli script.php >>file.log works as expected from the command > console; the script's output is > sent to file.log. However, when run from the Task Scheduler, the > output scrolls through the console > window and file.l