Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 67896 invoked by uid 500); 24 May 2002 16:02:03 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 67885 invoked from network); 24 May 2002 16:02:03 -0000 Received: from rwcrmhc53.attbi.com (204.127.198.39) by daedalus.apache.org with SMTP; 24 May 2002 16:02:03 -0000 Received: from sys2 ([12.232.28.15]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020524160206.JDVD11659.rwcrmhc53.attbi.com@sys2> for ; Fri, 24 May 2002 16:02:06 +0000 From: "mail.earthlink.net" To: Subject: Size of a minimum Apache build... Date: Fri, 24 May 2002 09:09:50 -0700 Message-ID: <000a01c2033d$710cae20$0301a8c0@Mesa.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi.... I'm interested in using Apache. However, the Apache 2 download that I have on my Windows 2000 is ~14-16M in size (Task Manager). The actual Apache.exe in the bin folder is only 20K so I know it's adding alot of external libs.... Can anyone tell me how large a minimum, stripped down Apache would be??? IIS (inetinfo) is only ~8M. I'd hoped that Apache would be in the same area... Thanks Bruce Douglas bedouglas@earthlink.net -----Original Message----- From: James Green [mailto:james@stealthnet.co.uk] Sent: Friday, May 24, 2002 7:28 AM To: users@httpd.apache.org Subject: RE: php with apache Read http://www.php.net/release_4_2_1.php at the bottom and use the right variable accessing method. Hint: $_GET["varname"] HTH HAND James -----Original Message----- From: Danny [mailto:apachewarrior@signatureadvertising.com] Sent: 24 May 2002 15:12 To: users@httpd.apache.org Subject: php with apache I have a form.html page that looks like this:
Your name: Your age:
And an associated action.php page that looks like this: Hi . You are years old. (this is from the php intro tutorial) But, when I enter data and click submit from the form.html page, I get this: Hi Notice: Undefined variable: name in c:\apache1.3.24\apache\htdocs\action.php on line 1 . You are Notice: Undefined variable: age in c:\apache1.3.24\apache\htdocs\action.php on line 2 years old some other php pages are working on my Windows98/php enabled Apache 1.3.24 server. does anyone know what the problem here is? thanks -- Daniel Swink IT Manager Signature Advertising, LLC 901-754-2200 dswink@signatureadvertising.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org