Re: [PHP] Done w/ PHP - VB or C# ?

2002-05-16 Thread Victor Polyushko
hmm.. good question, I guess number of active job openings will be the best measure :-)) (or websites using PHP vs ASP) - Original Message - From: "Miguel Cruz" <[EMAIL PROTECTED]> To: "Victor Polyushko" <[EMAIL PROTECTED]> Cc: "Php" <[EMA

Re: [PHP] Can anyone help me save img from URL?

2002-05-16 Thread Victor Polyushko
BINGO!! thank you guys for your input I used a very simple command to accomplish that and it works!! http://domain.com/images/somepic.gif";; system( $command, $result); echo $result; ?> Victor Polyushko - Original Message - From: "Robert Cummings" <[EMAIL PR

Re: [PHP] Done w/ PHP - VB or C# ?

2002-05-16 Thread Victor Polyushko
Does anyone know if there is any global reliable and free :-) statistics on usage of PHP vs ASP. I am having the same dilemma., do I need to stick to going deeply into PHP (which in my opinion rulez!!) or start paying more attention to ASP... Best Regards, Victor Polyushko - Original

Re: [PHP] Can anyone help me save img from URL?

2002-05-16 Thread Victor Polyushko
fread() and it does not allow me to accomplish that :-(( Have you guys ever come across such a problem? Again thank you very much for your suggestions Best Regards, Victor Polyushko - Original Message - From: "Robert Cummings" <[EMAIL PROTECTED]> To: "Miguel Cr

[PHP] Can anyone help me save img from URL?

2002-05-16 Thread Victor Polyushko
Hi, I was wondering if someone knows how to save the image from the given url http://domain.com/image.gif into a file on a local machine Any suggestion will be greatly appreciated. Thank you in advance Victor Polyushko