在getverify.php中这样可以显示验证码,
<?
php require_once '../lib/image.func.php';
verifyImage(2,4,30,6);
下面这样就不显示
<?
php require_once '../image.func.php';
verifyImage(2,4,30,6);
已经删掉image.func.php中的session_start();
求指教
<?
php require_once '../lib/image.func.php';
verifyImage(2,4,30,6);
下面这样就不显示
<?
php require_once '../image.func.php';
verifyImage(2,4,30,6);
已经删掉image.func.php中的session_start();
求指教
在getverify.php中这样可以显示验证码,
<?php require_once '../lib/image.func.php'; verifyImage(2,4,30,6);
下面这样就不显示 <?php require_once '../image.func.php'; verifyImage(2,4,30,6);
已经删掉image.func.php中的session_start(); 求指教
<?php require_once '../lib/image.func.php'; verifyImage(2,4,30,6);
下面这样就不显示 <?php require_once '../image.func.php'; verifyImage(2,4,30,6);
已经删掉image.func.php中的session_start(); 求指教
老师的这种$i 贯穿两种判断的累加索引方法, 很可能有人会看晕了。
可以定义两个数组, 来分别存储两种判断中得到的fileInfo二位数组信息, 再使用array_merge函数合并,并返回,结果都一样的
可以定义两个数组, 来分别存储两种判断中得到的fileInfo二位数组信息, 再使用array_merge函数合并,并返回,结果都一样的
2017-11-06