Home Backend Development PHP Tutorial php连接数据库,该如何解决

php连接数据库,该如何解决

Jun 13, 2016 pm 12:08 PM
gt lt nbsp php

php连接数据库
/**************denglu.php****************/
session_start();
$username=$_POST['username'];
$password=$_POST['password'];
@ $db = mysql_connect('localhost','root','root'); //连接数据库
if (!$db) {
     die('Could not connect: ' . mysql_error());
}
//echo '连接成功!';
    mysql_select_db('wwj');     //选择数据库文件wwj
//执行SQL 语句
   mysql_query("set names utf8");//数据库中是utf8 ,没有“-”.网页中有!!
 $sql="select * from pre_common_member where username=$username";
 $res=mysql_query($sql);
 if($row=mysql_fetch_assoc($res)){
  if($row['password']==md5($password)){
  $name=$row['username'];
  echo"<script>alert('登陆成功!')</script>";
  session_register('$name');
  header('Location:ClassWeb.php');exit();
  }
  }
   echo"<script>alert('用户名或密码错误!')</script>";
  header('Location:ClassWeb.php');exit();
  mysql_free_result($res);
?>
我输入的账号的密码是对的,但是提示信息是乱码,我也不知道是登陆成功还是错误,提示窗口出现后,我点击确定,第二个警告错误才出现!!!!错误:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in F:\Apache HTTP Server\AppServ\www\ClassWeb\denglu.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at F:\Apache HTTP Server\AppServ\www\ClassWeb\denglu.php:15) in F:\Apache HTTP Server\AppServ\www\ClassWeb\denglu.php on line 24
------解决思路----------------------
$sql="select * from pre_common_member where username='$username'";
------解决思路----------------------
弹窗乱码是因为你的程序文件不是 utf-8 的
错误信息是因为你在 
header('Location:ClassWeb.php'); 
前有输出
echo"<script>alert('用户名或密码错误!')</script>";
------解决思路----------------------
php连接数据库显示示例
//数据库连接conn.php页面
 $conn=mysql_connect("localhost","root","root"); //连接数据库服务器
 mysql_select_db("db_forumm",$conn); //连接指定的数据库
 mysql_query("set names gb2312"); //对数据库中的编码格式进行转换,避免出现中文乱码的问题
?>
//功能页面显示数据

$tb_forum_name=$_SESSION["tb_forum_name"];//记录用户名
if($tb_forum_name==""){
echo "<script>alert('您还没有登录!');window.location.href='index.php';</script>";//登录控制
exit;
}//codego.net/tags/4/1/
    $sql=mysql_query("select * from tb_forum_user where tb_forum_name='".$tb_forum_name."'",$conn);
    $info=mysql_fetch_array($sql);//选择数据库数据
?>




                                  
                                    
                                  
                                  
                                    
                     
                                  
                                  
                                    
                                    
                                  
    
                                    
                                    
                                  
                                  
                                    
                                    
                                  
                                  
                                    
                                    
                                  
  
                                    
                                    
                                  
   
                                                                      
                                  
                                  
                                    
  
 
会员名:
  
密码:
 
         " maxlength="12">
移动电话:
 
                                      " maxlength="11">
邮箱地址:
 
            " maxlength="16" />
                                       (请填写正确的E-mail地址!)
QQ号码:
 
            " maxlength="12" />
                                     (QQ号只能由数字组成!)
性别:
 
             " maxlength="2">
 
 " maxlength="16">

                                      
                                      

                                        php连接数据库,该如何解决
                                        
                                          
                                        
                                      
 
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

CakePHP Project Configuration CakePHP Project Configuration Sep 10, 2024 pm 05:25 PM

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP Routing CakePHP Routing Sep 10, 2024 pm 05:25 PM

In this chapter, we are going to learn the following topics related to routing ?

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

CakePHP Creating Validators CakePHP Creating Validators Sep 10, 2024 pm 05:26 PM

Validator can be created by adding the following two lines in the controller.

See all articles