質問編集履歴

2

追加

2015/09/30 08:03

投稿

YamamotoHiroki
YamamotoHiroki

スコア57

test CHANGED
File without changes
test CHANGED
@@ -140,9 +140,9 @@
140
140
 
141
141
 
142
142
 
143
- ```config.php
143
+ config.php
144
+
144
-
145
+ ```php
145
-
146
146
 
147
147
 
148
148
 
@@ -150,12 +150,6 @@
150
150
 
151
151
 
152
152
 
153
-
154
-
155
-
156
-
157
-
158
-
159
153
  #define('DSN','mysql:host=mysql024.phy.lolipop.jp;dbname=LAA0578893-28jogs');
160
154
 
161
155
  #define('DB_USER','LAA0578893');
@@ -208,7 +202,9 @@
208
202
 
209
203
 
210
204
 
211
- ```function.php
205
+ function.php
206
+
207
+ ```php
212
208
 
213
209
  <?php
214
210
 

1

追加

2015/09/30 08:03

投稿

YamamotoHiroki
YamamotoHiroki

スコア57

test CHANGED
File without changes
test CHANGED
@@ -122,6 +122,20 @@
122
122
 
123
123
  TB:wintb
124
124
 
125
+ テーブルの中の名前は
126
+
127
+ id (←auto increment)
128
+
129
+ name
130
+
131
+ email
132
+
133
+ password
134
+
135
+ created
136
+
137
+ modified
138
+
125
139
  です
126
140
 
127
141