hello,
I have just installed apache+php4, but my php can not get values from form?
what's wrong?
following is the code in php named file "welcome.php"
<?php
echo( "Welcome to our Web site, $usernm $passwd!" );
?>

I called it with
http://localhost/welcome?username=hhhh&passwd=bbb
i get nothing, what's wrong?





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to