Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 1452 related content
Full Guide - How to Password Protect USB Drives in Windows 11?

Course Introduction:Can I password protect a USB stick to make sure the sensitive data is secure? How to password protect a flash drive Windows 11? The answer is yes and you can easily do this task. This post below written by php.cn shows you how to password protect USB

2025-07-02 comment 0  621

Does mysql_real_escape_string Truly Protect Against SQL Injection?

Course Introduction:Can mysql_real_escape_string Protect Against SQL Injection?Despite the widespread use of mysql_real_escape_string, concerns have been raised...

2024-11-29 comment 0  1126

Should You Protect `pthread_cond_signal` with a Mutex?

Course Introduction:pthread_cond_signal: When and Why to Protect with MutexWhen using condition variables for thread synchronization, the question arises whether it...

2024-11-28 comment 0  343

how to password protect an excel file

Course Introduction:The article details how to password protect an Excel file, including steps to set, ensure security, and change or remove passwords.

2025-03-21 comment 0  762

How to protect Excel sheet with password

Course Introduction:There are three main methods to encrypt password protection for Excel tables, which are suitable for different scenarios. 1. Encrypt the entire file: After opening the Excel file, click "File" > "Information" > "Protect Workbook" > "Encrypt with Password", enter the password and save, so that others must enter a password when opening the file to view or edit; 2. Protect a worksheet from being modified: Right-click the worksheet label and select "Protect Worksheet", set the password and select the actions allowed to users to perform, to ensure that the content is visible but cannot be changed at will; 3. Protect some cells from being edited: Select all cells to check "Lock", then unlock the cells that are allowed to be edited, and finally achieve local protection by protecting the worksheet and setting a password. Need a note

2025-07-20 comment 0  250

MoreTechnical Articles
Scala Tutorial

Course Elementary  13779

Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.

CSS Online Manual

Course Elementary  82293

Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).

SVG Tutorial

Course Elementary  13148

Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.

AngularJS Chinese Reference Manual

Course Elementary  24595

Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.

Go language tutorial manual

Course Elementary  27455

Course Introduction:Go is a new language, a concurrent, garbage-collected, fast-compiled language. It can compile a large Go program in a few seconds on a single computer. Go provides a model for software construction that makes dependency analysis easier and avoids most C-style include files and library headers. Go is a statically typed language, and its type system has no hierarchy. Therefore users do not need to spend time defining relationships between types, which feels more lightweight than typical object-oriented languages. Go is a completely garbage-collected language and provides basic support for concurrent execution and communication. By its design, Go is intended to provide a method for constructing system software on multi-core machines.

More courses
  • How to protect database passwords in PHP?

    When a PHP application establishes a database connection, it usually needs to pass a login name and password. If my application uses a single, least privileged login, then PHP needs to know that login and password somewhere. What's the best way to protect that password? It looks like just writing it in PHP code is not a good idea.

    2023-08-24 09:12:50 0  2  656

  • Best solution: Protect PHP code without encryption

    First of all, I'm not looking for miracles... I know how PHP works and I know there is no real way to hide my code without using encryption. But this requires installing an extension on the running server, which comes at a cost. However, I'm looking for something different... I'm not looking for encryption.

    2023-08-06 15:02:19 0  2  715

  • How to protect PHP from SQL injection?

    If user input is inserted into a SQL query without modification, the application is vulnerable to SQL injection, as in the following example: $unsafe_variable=$_POST['user_input'];mysql_query("INSERTINTO`table`(`column `)VALUES('$unsafe_variable')"); This is because the user can enter something like value'); DROPTABLEtable

    2023-10-08 15:42:46 0  2  892

  • Ways to protect form from button submission

    On the next page, using Firefox, removing the button submits the form, but adding the button does not. How to prevent the remove button from submitting the form? functionaddItem(){varv=$('form:hidden:last').attr('name');varn=/(.*)input/.exec(v);varnewPrefix;if(n[1].length= =0){newPrefix='1';}else{newPrefix=

    2023-10-10 10:47:12 0  1  798

  • How to temporarily password protect an existing Apache site

    Premise: There is an Apache site (the access proxy for dynamic pages is given to Tomcat). Password restrictions need to be added to Apache. That is, users need to enter a password when accessing this site (the user name is optional). After entering the password, it can be normal. Visit all pages. This password should be set...

    2017-05-16 17:04:24 0  1  530

MoreQ&A

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved