[PHP] Download PHP from Linux machine?

2001-02-23 Thread Jorge Alvarez
Hi there, I want to download PHP from my Linux server, but I can't just type "lynx http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gz&source_ site=www.php.net" This is the link in the PHP downloads page, but the shell gets confused by the & character. What should I do? Best R

Re: [PHP] Download PHP from Linux machine?

2001-02-23 Thread Joe Stump
lynx -source http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gz&source_site=www.php.net > php-4.0.4pl1.tar.gz will work - also try wget --Joe On Fri, Feb 23, 2001 at 03:28:14PM -0600, Jorge Alvarez wrote: > Hi there, > > I want to download PHP from my Linux server, but I can

Re: [PHP] Download PHP from Linux machine?

2001-02-23 Thread Simons
try to "double quotes" the url ""Jorge Alvarez"" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó 976k7t$2t2$[EMAIL PROTECTED]">news:976k7t$2t2$[EMAIL PROTECTED]... > Hi there, > > I want to download PHP from my Linux server, but I can't just type "lynx > http://www.php.net/do_download.php?download_file=php-4.0.4

RE: [PHP] Download PHP from Linux machine?

2001-02-23 Thread ..s.c.o.t.t..
ssage- > From: Simons [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 23, 2001 21:00 > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Download PHP from Linux machine? > > > try to "double quotes" the url > > > ""Jorge Alvarez"" <[EMAIL PR

Re: [PHP] Download PHP from Linux machine?

2001-02-26 Thread Rick Hodger
Joe Stump <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > lynx -source http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gz&source_ site=www.php.net > php-4.0.4pl1.tar.gz will work - also try wget Why do so many people apparently not bother to