https://github.com/mizukiokushima/php_1st
PHPの基礎学習です。環境構築からwebアプリケーションの作成を行う。
https://github.com/mizukiokushima/php_1st
php phpmyadmin sql
Last synced: about 2 months ago
JSON representation
PHPの基礎学習です。環境構築からwebアプリケーションの作成を行う。
- Host: GitHub
- URL: https://github.com/mizukiokushima/php_1st
- Owner: MizukiOkushima
- Created: 2023-01-02T11:56:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T09:50:05.000Z (over 3 years ago)
- Last Synced: 2025-03-28T12:44:45.711Z (over 1 year ago)
- Topics: php, phpmyadmin, sql
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP_1st
### 概要
PHPを使用した掲示板投稿サイトを作成する。
phpmyadminにデータベース接続をし投稿を参照、登録を行う。
### 環境構築
1. ソース内のPHP_1st.sqlをデータベースにインポートする。
2. ソース内のindex.php 20行目のデータベースの接続設定の編集をする。
`$pdo = new PDO('mysql:host=localhost;dbname=PHP_1st', "root", "root");`
"root", "root"の箇所はデータベースへログインする際の"ユーザー名"と"パスワード"を指定する。
### ページスクリーンショット
