The verification code in php is not synchronized because when the page loads the login.php page, the loading of the image is asynchronous with the loading of other tags, so other tag information is loaded first, and then the image is loaded.
Perfect solution to the problem of PHP verification code session being out of sync
Every developer has experienced the feeling of being tortured by strange phenomena. What should I say? I tried to find the reason but couldn't find it, and I tried to solve it but couldn't. Next, let's talk about the weird PHP verification code. .
Let me give you a picture first, I believe you may also look familiar. .
You will find that the two values are actually different. How to verify that they are different? ? ? ? ?
Ever since, I found the reason on the Internet: when the page loads the login.php page, the loading of the image is asynchronous with the loading of other tags, so other tag information is loaded first, and then src is loaded ( Picture), out of sync causes the "verification code" to be out of sync as well.
Now that I know the reason, as a newbie, I still don’t know how to start after reading the solutions written by others. .
Finally, by chance, I found the answer from a project. .
Actually, the solution is very simple. Don’t worry about whether the displayed values are the same or not. For example. .
login.php Login page
<form action="login_check.php" method="post"> 验证码: <input name="checkcode" type="text" /><img src="/static/imghwm/default1.png" data-src="yan.php" class="lazy" alt="看不清?点击更换" style="max-width:90%" onClick="this.src=this.src+'?'" />//yan.php是生成验证码的页面。 </form>
login_check.php Verification page
<?php session_start();//开启session $checkcode= strtolower($_POST["checkcode"]);//获取验证码文本框的值 echo $checkcode;//输出验证码文本框的值 echo $_SESSION['VerifyCode']//输出yan.php输出的值 ?>
After submission, you will be surprised to find that if I enter in login.php If the values of the generated verification codes are the same, then the two values output in login_check.php will have the same letters except for the different case.
Of course we can solve the capitalization problem.
Speaking of this, I believe that the problem of out-of-synchronization has been solved
Of course, I know that some people who are most striving for perfection like to use ajax. The screen will flicker back and forth according to personal preference. , it doesn’t look very good, but if you use ajax, don’t submit it to this page, otherwise it will not be verified. There is no problem in asynchronous verification through an external file.
Recommended learning: "
PHP Video TutorialThe above is the detailed content of What to do if the verification code is out of sync in php. For more information, please follow other related articles on the PHP Chinese website!

The article compares ACID and BASE database models, detailing their characteristics and appropriate use cases. ACID prioritizes data integrity and consistency, suitable for financial and e-commerce applications, while BASE focuses on availability and

The article discusses securing PHP file uploads to prevent vulnerabilities like code injection. It focuses on file type validation, secure storage, and error handling to enhance application security.

Article discusses best practices for PHP input validation to enhance security, focusing on techniques like using built-in functions, whitelist approach, and server-side validation.

The article discusses strategies for implementing API rate limiting in PHP, including algorithms like Token Bucket and Leaky Bucket, and using libraries like symfony/rate-limiter. It also covers monitoring, dynamically adjusting rate limits, and hand

The article discusses the benefits of using password_hash and password_verify in PHP for securing passwords. The main argument is that these functions enhance password protection through automatic salt generation, strong hashing algorithms, and secur

The article discusses OWASP Top 10 vulnerabilities in PHP and mitigation strategies. Key issues include injection, broken authentication, and XSS, with recommended tools for monitoring and securing PHP applications.

The article discusses strategies to prevent XSS attacks in PHP, focusing on input sanitization, output encoding, and using security-enhancing libraries and frameworks.

The article discusses the use of interfaces and abstract classes in PHP, focusing on when to use each. Interfaces define a contract without implementation, suitable for unrelated classes and multiple inheritance. Abstract classes provide common funct


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

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

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.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment