クラス::create( データ );
<form method="post" action="/helo/new">
※リストが表示されない場合
AddBlockなどの広告ブロックツールがONになっているとリストなどが表示されない場合があります。これらのツールをOFFにしてみてください。
<!doctype html> <html> <head> <title>Sample</title> <style> body { color:gray; } h1 { font-size:18pt; font-weight:bold; } th { color:white; background:#999; } td { color:black; background:#eee; padding:5px 10px; } </style> </head> <body> <h1>Sample</h1> <p><?php echo $message; ?></p> <table> <form method="post" action="/helo/new"> <tr><td>NAME:</td><td><input type="text" name="name"></td></tr> <tr><td>MAIL:</td><td><input type="text" name="mail"></td></tr> <tr><td>AGE:</td><td><input type="text" name="age"></td></tr> <tr><td></td><td><input type="submit"></td></tr> </form> </table> </body>
<< 前へ | 次へ >> |