タグの値を文字列分割してPHP POST送信

 

ファイル構成 

├── css
│   └── css/style.css
├── img
│   └── img/gallery
├── includes
│   ├── includes/dbh.inc.php
│   └── includes/gallery-upload.inc.php
└── index.php

テーブル作成

dbtable

 

dbh.inc.php  データーベース接続ファイル

 

スタイルシート  style.css

 

index.php

 

includes/gallery-upload.inc.php

 

PHOTOアップロードフォームに以下のバリデーション処理追加

①ファイル形式がjpgかjpegまたはpngかを判定

②ファイルサイズが2Mバイト以下であるか

③ファイルが破損エラーしているかを判定

 

 

 

 

 

Follow Me

ハッシュタグ


Warning: include(./gotop.php): Failed to open stream: No such file or directory in /var/www/blog/post.php on line 80

Warning: include(): Failed opening './gotop.php' for inclusion (include_path='.:/usr/share/php') in /var/www/blog/post.php on line 80