[前][次][番号順一覧][スレッド一覧]

mysql:8821

From: Hiroto Tsubaki <Hiroto Tsubaki <jak@xxxxxxxxxx>>
Date: Thu, 19 Feb 2004 18:52:50 +0900
Subject: [mysql 08821] Re: 機種の変更に伴う不具合

椿と申します

MySQLの話題ではないのですが、、

PHP4.2.0からは、php.iniで指定しない限りデフォルトでは、
$_GETまたは$_POSTから変数をとってこないと、
自動では入らなくなっていると思います。
おそらく以前の環境ではphp.iniの設定でregister_globals=onに
なっていたのではないでしょうか?

http://www.php.net/manual/ja/security.registerglobals.php

ですので、以前のスクリプトを動かすためには、
php.iniを書き換えるか、スクリプトを書き換えて自分で変数を
定義する(もしくは直接参照)必要があります。

$id = $_GET['id'];
$submit = $_GET['submit'];....

またメール記載のスクリプトではupdate(SYUSEI)がうまくいきませんね、
update用クエリーを定義している$sqlのための
変数$whereがif($submit)のブラケットの中で定義されています。

オリジナルのスクリプトで以上の点が修正済みでしたら、
関係ありませんので、無視してください。

以上


[前][次][番号順一覧][スレッド一覧]

      8558 2004-01-07 02:39 [zai <zai91210@xxxxxx] count(*) の合計の仕方                   
      8559 2004-01-07 04:59 ┣[UNO Shintaro <uno@xx]                                       
      8561 2004-01-07 15:29 ┃┗[zai <zai91210@xxxxxx]                                     
      8562 2004-01-07 15:56 ┃ ┣[<lavlav@xxxxxxxxxx> ]                                   
      8563 2004-01-07 16:00 ┃ ┃┗[<lavlav@xxxxxxxxxx> ]                                 
      8565 2004-01-07 16:37 ┃ ┗[ML account <ml@xxxxx]                                   
      8566 2004-01-07 16:46 ┃  ┗[ML account <ml@xxxxx]                                 
      8564 2004-01-07 16:22 ┣[Kazuhiro Yoshida <mo]                                       
      8790 2004-02-14 01:48 ┗[zai <zai91210@xxxxxx] 機種の変更に伴う不具合                
      8791 2004-02-14 15:43  ┣[Seto <seto@xxxxxxxxx]                                     
      8792 2004-02-14 20:09  ┣[<konet218@xxxxxxxxxx]                                     
      8793 2004-02-15 03:21  ┃┗[zai <zai91210@xxxxxx]                                   
      8794 2004-02-15 03:43  ┃ ┣[<konet218@xxxxxxxxxx]                                 
      8816 2004-02-19 05:35  ┃ ┃┗[zai <zai91210@xxxxxx]                               
      8796 2004-02-15 06:28  ┃ ┗[Seto <seto@xxxxxxxxx]                                 
      8818 2004-02-19 06:35  ┃  ┗[zai <zai91210@xxxxxx]                               
      8795 2004-02-15 04:18  ┗[とみたまさひろ <tomm]                                     
      8817 2004-02-19 06:26   ┗[zai <zai91210@xxxxxx]                                   
      8819 2004-02-19 09:47    ┣[Seto <seto@xxxxxxxxx]                                 
      8820 2004-02-19 15:29    ┃┣[<lavlav@xxxxxxxxxx> ]                               
      8824 2004-02-19 21:12    ┃┃┗[zai <zai91210@xxxxxx]                             
      8823 2004-02-19 21:02    ┃┗[zai <zai91210@xxxxxx]                               
      8826 2004-02-19 21:57    ┃ ┗[bon <bon@xxxxxxxxxx>]                             
      8827 2004-02-20 02:19    ┃  ┗[zai <zai91210@xxxxxx]                           
->    8821 2004-02-19 18:52    ┗[Hiroto Tsubaki <jak@]                                 
      8825 2004-02-19 21:46     ┗[zai <zai91210@xxxxxx] Re: 機種の変更に伴う不具合(大感謝)