source: branches/feature-module-paygent/html/test/naka/test.php @ 16254

Revision 16254, 419 bytes checked in by naka, 17 years ago (diff)

メール送信テスト

Line 
1<?php
2
3/**
4 *
5 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 */
10
11//require_once("../../require.php");
12
13/*
14$objSiteSess = new SC_SiteSession();
15$objCartSess = new SC_CartSession();
16$objQuery = new SC_Query();
17*/
18
19
20$str = '96089';
21$arr[0]['memo02'] = '96089';
22$arr[0]['memo04'] = '999999';
23
24print(in_array($str, $arr[0]));
25
26print("?");
27
28
29?>
Note: See TracBrowser for help on using the repository browser.