課程
/后端開發(fā)
/PHP
/手把手教你實(shí)現(xiàn)電商網(wǎng)站后臺(tái)開發(fā)
我測試數(shù)據(jù)有值,但是在驗(yàn)證的時(shí)候一直返回null, 代碼和老師的一樣
2016-11-14
源自:手把手教你實(shí)現(xiàn)電商網(wǎng)站后臺(tái)開發(fā) 2-3
正在回答
我也是一直返回null,請(qǐng)問解決了嗎?
$sql="select * from sam_admin where username='{$username}' and password='{$password}'";
這句改一下試試
這是瀏覽器上的
舉報(bào)
手把手教你用PHP搭建電子商務(wù)平臺(tái),由淺入深教你搭建電商系統(tǒng)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-02-20
我也是一直返回null,請(qǐng)問解決了嗎?
2016-12-09
$sql="select * from sam_admin where username='{$username}' and password='{$password}'";
這句改一下試試
2016-11-14