Changeset 10467 for temp/trunk/html/test
- Timestamp:
- 2006/12/08 12:41:38 (20 years ago)
- Location:
- temp/trunk/html/test/uehara/captcha/ajax_captcha
- Files:
-
- 2 edited
-
create_image.php (modified) (1 diff)
-
result.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/captcha/ajax_captcha/create_image.php
r10464 r10467 1 <? 1 <?php 2 2 3 // セッションスタート 3 4 session_start(); 4 5 // 画像イメージ生成 5 6 create_image(); 7 6 8 exit(); 9 10 //--------------------------------------------------------------------------------------------------- 7 11 8 12 function create_image() -
temp/trunk/html/test/uehara/captcha/ajax_captcha/result.php
r10462 r10467 1 <? 1 <?php 2 2 3 // セッションスタート 3 4 session_start();
Note: See TracChangeset
for help on using the changeset viewer.
