> I have just installed apache+php4, but my php can not get > values from form? > what's wrong?
Before you can use the variables, you have to make the accessible to PHP. Try putting this at the top of your welcome.php file: <? extract($HTTP_POST_VARS); ?> -- The Health TV Channel, Inc. (a non - profit organization) 3820 Lake Otis Pkwy. Anchorage, AK 99508 907.770.6200 ext.220 907.336.6205 (fax) Web: www.healthtvchannel.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php