PHP POSTデータの受信 extract($_POST); 2011年07月07日 過去Blog POSTで送信された複数のデータを取得する際に便利です。 $_POST[‘key’] のようにkey部分を手動で指定しなくても、利用可能になります。 extract($_POST); これ便利! (/_・)/
UITableViewのcellにUITextFieldなどのフォームを設置 2011年04月28日 過去Blog http://d.hatena.ne.jp/tomute/20091120/1258780317 raspberry ketone fresh free sample… この記事の続きを読む
サーバの時刻調整 2010年03月05日 過去Blog サーバの時刻設定 1. 時刻確認 date 2. 時刻設定 date -s "2006/02/20 19:03" linux上で、上記のコマンドを実行すれば、調整出来ます。 参照元:http://memorva.jp/memo/linux/date_ntp.php buy anabolics online… この記事の続きを読む
WordPressの記事中でphpを使うスクリプト 2009年11月24日 過去Blog http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/ http://bono.s206.xrea.com/2006/03/112-runphp/ Zencartにも応用できる?
addressbook内のデータをtableViewに表示させる 2011年01月17日 過去Blog - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusab… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。