<!DOCTYPE html><html> <head> <meta charset=utf-8/> <title>War-game -Add Your score</title> </head> <body> <h2 id="War-nbsp-game-nbsp-nbsp-add-nbsp-your-nbsp-score">War game - add your score</h2> <?php if(!empty($_POST['submit'])) { $first_name=$_POST['first_name']; $last_name=$_POST['last_name']; $score=$_POST['score']; echo $first_name; echo $last_name; echo $score; $dbc=mysqli_connect('localhost','root','pengyu2408','score_list')or die('error in connet'); $query="INSERT INTO score_lis(first_name,last_name,score) VALUES('$first_name','$last_name','$score')"; mysqli_query($dbc,$query)or die('error_2'); echo '<p>Thanks for adding your new high score!</p>'; echo '<p><strong>FIRST_NAME:</strong>'.$first_name.'<br/>'; echo '<strong>LAST_NAME:</strong>'.$last_name.'</p>'; echo '<p><strong>Score:</strong>'.$score.'<br/></p>'; echo '<p><a href="index.php"><<Back to hight score</a></p>'; //clear the score data to clear the form $firet_name=""; $last_name=""; mysqli_close($dbc); } ?> <hr /> <form method ="post" action="<?php echo $_SERVER['PHP_SELF'];?>"> <label for="name">FIRST NAME:</label> <input type="text" id="first_name" name="first_name" /><br /> <label for="name">LAST NAME:</label> <input type="text" id="last_name" name="last_name"/><br /> <label for="score">Score:</label> <input type="text" id="score" name="score"/><br /> <hr /> <input type="submit" value="ADD" name="submit"/> </form> </body></html
表是这样的
回复讨论(解决方案)
这上面在向mysql传入数据部分出了错误,但是我没找到,麻烦大家帮看看谢谢
出错的时候提示什么错误?
$query="INSERT INTO score_lis (first_name,last_name,score) VALUES ('$first_name','$last_name','$score')";空格
Call to undefined function mysqli_connect() in /var/www/addscore.php on line 25
检查php.ini中的extension=php_mysql.dl有没有去掉注释(;为注释符)如果有就去掉,重启Apache
Call to undefined function mysqli_connect() in /var/www/addscore.php on line 25
谢谢啦,找了半天,光找语法,忘记了自己今天刚重配置完服务器,搞定了 非常感谢

Long URLs, often cluttered with keywords and tracking parameters, can deter visitors. A URL shortening script offers a solution, creating concise links ideal for social media and other platforms. These scripts are valuable for individual websites a

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-

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

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' =>

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.

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

The 2025 PHP Landscape Survey investigates current PHP development trends. It explores framework usage, deployment methods, and challenges, aiming to provide insights for developers and businesses. The survey anticipates growth in modern PHP versio

In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send notifications to users over different channels. Today, we'll discuss how you can send notifications ov


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

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

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.

SublimeText3 English version
Recommended: Win version, supports code prompts!

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)
