53063593e3
Final
11 lines
138 B
PHP
11 lines
138 B
PHP
<?php
|
|
User::pwd_string();
|
|
|
|
class User
|
|
{
|
|
static function pwd_string()
|
|
{
|
|
echo "Please enter your password";
|
|
}
|
|
}
|
|
?>
|