2014-12-11から1日間の記事一覧

2014年12月8日の授業内容と自習内容。

12月8日(月)の授業でやった内容。 お問い合わせフォームをPHPで作る。 index.php→check.php→thanks.phpという流れで最初に入力画面で次に入力確認で最後に送信しましたと出るように作る。 index.php <html lang="ja"> <head> <meta charset="UTF-8"> <title>お問い合わせ入力フォーム</title> </head> <body> <div id="container"> <h1>お問い合わせ入力</h1></div></body></html>…

2014年12月11日のツイート

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…