回答編集履歴

1

見直し

2018/12/17 04:31

投稿

退会済みユーザー
test CHANGED
@@ -21,3 +21,31 @@
21
21
 
22
22
 
23
23
  話はそれからだと思います。
24
+
25
+
26
+
27
+ ---
28
+
29
+
30
+
31
+ ```
32
+
33
+ echo '<script>location.href = "$url";</script>'; //リロード
34
+
35
+ ```
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+ ```
44
+
45
+ echo '<script>location.href = "' . $url . '";</script>'; //リロード
46
+
47
+ ```
48
+
49
+
50
+
51
+ [変数のパース ~ PHP: 文字列 - Manual](http://jp2.php.net/manual/ja/language.types.string.php#language.types.string.parsing)