Action
public function login(){
$name=$_POST['name'];
$psw = $_POST['pwd'];
$login1= D('Login');
$ab= $login1-> loginModel($name);
echo $ab;
Model
public function loginModel($name){
$sql="SELECT * FROM userlogin where username ='$name'";
$info=mysql_query($sql);
$a=mysql_fetch_array($info);
return $a;
Html
回复讨论(解决方案)
$ab 是一个数组,echo 是不行的。print_r($ab); 得到什么
$ab 是一个数组,echo 是不行的。print_r($ab); 得到什么
还是在页面上不输出
确认程序进入model了吗,public function loginModel($name){ exit; //看能不能退出
确认程序进入model了吗,public function loginModel($name){ exit; //看能不能退出
进了
$sql="SELECT * FROM userlogin where username ='$name'";
echo $sql;
页面上能输出 sql语句
SELECT * FROM userlogin where username ='eeee'
$a=mysql_fetch_array($info);
var_dump($a); //贴出结果
$a=mysql_fetch_array($info);
var_dump($a); //贴出结果
bool(false)
那说明你表里没有那条记录呗
有 我把sql 在数据库执行了 还能查出值
php错误提示打开没有? 执行查询前加上下面这句试试看
mysql_query("set names utf8"); //如果你的表是gbk,就改为gbk
php错误提示打开没有? 执行查询前加上下面这句试试看
mysql_query("set names utf8"); //如果你的表是gbk,就改为gbk
没效果是不是我那个地方写错了
$sql="SELECT * FROM userlogin where username ='$name'";
mysql_query("set names utf8");
$info=mysql_query($sql) or die(mysql_error());
$a=mysql_fetch_array($info);
var_dump($a);
现在是什么结果,报什么错。
$sql="SELECT * FROM userlogin where username ='$name'";
mysql_query("set names utf8");
$info=mysql_query($sql) or die(mysql_error());
$a=mysql_fetch_array($info);
var_dump($a);
现在是什么结果,报什么错。
加上这个or die(mysql_error());报错了 SELECT * FROM userlogin where username =''Access denied for user 'ODBC'@'localhost' (using password: NO)
感觉没有链接数据库
你有 ODBC 这个user 吗,确认用户和密码都输入正确了。
我的 mysql 没有密码 用的tp 框架
感觉没有链接数据库
怎么办 问题不知道出现在哪里
你有 ODBC 这个user 吗,如果有,授权了吗
刚学,我也不太会
具体什么问题我也不清楚 但是解决了 我把它写在别的方法里 调用了下 在吧原来的删除掉换成这个就好了....

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:

Laravel's service container and service providers are fundamental to its architecture. This article explores service containers, details service provider creation, registration, and demonstrates practical usage with examples. We'll begin with an ove


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

SublimeText3 Chinese version
Chinese version, very easy to use

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
