ここ
coco****@sary*****
2003年 2月 10日 (月) 23:59:32 JST
小原です。 永田さん > Tep-j-developの方で以前に報告(投稿)があったのですが、その方によるとwhere句 > 以降のcustomers_idがおかしいと言う事を書いていらっしゃったので、 > > > そのために、create_account_process.phpの > > $check_email = tep_db_query("select customers_email_address from > > " . TABLE_CUSTOMERS . " where customers_email_address = '" . > > $HTTP_POST_VARS['email_address'] . "' and customers_id <> '" . > > $customer_id . "'"); > > > > を > > > > $check_email = tep_db_query("select customers_email_address from > > " . TABLE_CUSTOMERS . " where customers_email_address = '" . > > $HTTP_POST_VARS['email_address'] . "'"); > > > > にすると( and customers_id <> '" . $customer_id . "を削除)戻るボタ > > ンをクリックしてもメアドのチェックができるようになったのですが、この > > 対処方法はよいのでしょうか? > > で問題無い様に思います。 ありがとうございます。安心しました(^^) 伊豆さん >includes/functions/general.php内のtep_get_all_get_params()で$value >をrawurlencode($value) >の様にエンコードしてやることで直りました。 ありがとうございました。うまくいきました。 早く新しいバージョンがでないか今から楽しみにしてるのですが、まだまだ なんでしょうね。 小原 cooc****@sary*****