Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Posts about PHP

PHP form validation

May 11, 2021 01:00 0 Comment PHP

PHP form validation - In this section, we'll show you how to use PHP to validate form data submitted by clients., PHP form validation, PHP form validation, The text field, The option button, The form element, What do you need to focus on in PHP forms?, How do I _SERVER the use PHP_SELF the """, Use PHP to validate form data, Instance, PHP, form validation, In this section, we'll show you how to use PHP to validate form data submitted by clients., In PHP website development, users su

PHP $_POST variable

May 11, 2021 01:00 0 Comment PHP

PHP $_POST variable - In PHP, a predefined $_POST variable is used to collect values from a form that is "post" and $_POST is often used to pass variables., PHP $_POST variable, $_POST variable, When do I use method"post"?, PHP $_REQUEST variable, PHP, $_POST, variable, In PHP, a predefined $_POST variable is used to collect values from a form that is "post" and $_POST is often used to pass vari

PHP E-Mail

May 11, 2021 02:00 0 Comment PHP

PHP sends an e-mail message - PHP allows you to send e-mail directly from the script. This section will show you how PHP can send e-mail messages., PHP sends an e-mail message, PHP mail() function, PHP Easy E-Mail, PHP Mail form, PHP Mail Reference Manual, PHP sends an, e-mail, message, PHP allows you to send e-mail directly from the script., This section will show you how PHP can send e-mail messages.,

PHP Advanced Filter

May 11, 2021 02:00 0 Comment PHP

PHP Advanced Filter, PHP Advanced Filter, Detect if a number is in a range, Instance, Detect the IPv6 address, Instance, Detection URL - must contain QUERY_STRING (query string), Instance, Remove characters with ANCII values greater than 127, Instance, PHP filter reference manual, PHP, Advanced Filter, Detect if a number is in a range, The following example filter_var () function to detect whether an INT-type variable is between

PHP filter

May 11, 2021 02:00 0 Comment PHP

PHP filter - PHP filters are used to validate and filter data from non-secure sources, such as user input., PHP filter, What is a PHP filter?, Why use filters?, Functions and filters, Validating and Sanitizing, Options and flags, Verify the input, The instance explanation, Purify the input, The instance explanation, Filter multiple inputs, The instance explanation, Use Filter Callback, The instance explanation, PHP, filter, This section will show you how to use PHP filters., PHP filters are used to validate and filter data from non-secure sources, such as use

PHP exception handling

May 11, 2021 02:00 0 Comment PHP

PHP exception handling - Exceptions are used to change the normal flow of the script when a specified error occurs., PHP exception handling, What is an exception, The basic use of exceptions, Try, throw, and catch, Example explanation:, Create a custom Exception class, Example explanation:, Multiple exceptions, Example explanation:, Throw the exception again, Example explanation:, Set up the top-level exception processor, The rule for the exception, PHP, exception handling, Exceptions are errors that occur when a program is running as expected, allowed to occur, but are an abnormal condition, an e

PHP error handling

May 11, 2021 02:00 0 Comment PHP

PHP error handling - In PHP, the default error handling is simple. An error message is sent to the browser with the file name, line number, and a message describing the error., PHP error handling, PHP error handling, Basic error handling: Use the die() function, Create a custom error processor, Grammar, Error reporting level, Set up an error handler, Instance, The error was triggered, Instance, Instance, Error record, Send an error message via E-Mail, PHP error, handling, There are also errors when using PHP, so how do we deal with them?, Here's what's in this section., In PHP, the default error han

PHP secure e-mail

May 11, 2021 02:00 0 Comment PHP

PHP Secure E-mails - We've covered how PHP sends e-mail in the last section, but in the PHP e-mail script in the last section, there's a vulnerability, and let's address it together!, PHP Secure E-mails, PHP E-mail injection, PHP prevents E-mail injection, PHP, Secure E-mails, We've covered how PHP sends e-mail in the last section, but in the PHP e-mail script in the last section, there's a vulnerability

PHP Sessions

May 11, 2021 02:00 0 Comment PHP

PHP Sessions - The PHP session variable is used to store information about a user session, or to change the settings for a user session. The Session variable stores information for a single user and is available for all pages in the application., PHP Sessions, PhP Session variable, Start PHP Session, Stores the Session variable, Destroy Sessions, PHP, Sessions, Session Chinese the translation of the word "session" and its original meaning is a series of actions/messages that begin and end., The

PHP Cookies

May 11, 2021 02:00 0 Comment PHP

PHP Cookies - Cookies are often used to identify users., PHP Cookies, What is a cookie?, How do I create cookies?, How do I get the value of a cookie back?, How do I delete cookies?, What if my browser doesn't support cookies?, Related tutorials, PHP, Cookies, Cookies are a mechanism for storing data on the remote browser side and using it to track and identify users, and PHP transparently, sup

PHP file upload

May 11, 2021 02:00 0 Comment PHP

PHP file upload - PHP allows you to upload files to the server., PHP file upload, Create a file upload form, Create an upload script, Upload restrictions, Save the uploaded file, PHP, file upload, This section describes how PHP Chinese are uploaded., PHP allows you to upload files to the server., Create a file upload form, It i

PHP file

May 11, 2021 02:00 0 Comment PHP

PHP file processing - The fopen() function is used to open a file in PHP., PHP file processing, Open the file, Close the file, Detect End-of-file, Read the file line by line, Read the file character by character, PHP Filesystem Reference Manual, PHP, file processing, In PHP, you can do some processing of files, including creating,, reading, uploading, and editing files., The fopen() function i

PHP JSON

May 11, 2021 03:00 0 Comment PHP

PHP JSON, PHP JSON, Environment configuration, JSON function, json_encode, json_decode, PHP JSON, In this section we'll show you how to encode and decode JSON objects using the PHP language., Environment configuration, JSON extensions are

Introduction to PHP MySQL

May 11, 2021 03:00 0 Comment PHP

Introduction to PHP MySQL - With PHP, you can connect and operate the database., Introduction to PHP MySQL, What is MySQL?, PHP + MySQL, Inquire, Download the MySQL database, Facts about the MySQL database, Introduction to, PHP MySQL, The whole content of this chapter revolves around PHP MySQL, because MySQL is the best choice for PHP, so you need to be f

PHP is connected to MySQL

May 11, 2021 03:00 0 Comment PHP

PHP connects to MySQL - PhP 5 and above recommend connecting MySQL in the following ways:, PHP connects to MySQL, Should I use MySQLi or PDO?, MySQLi and PDO connect MySQL instances, MySQLi Installation, PDO installation, Connect to MySQL, Instances (MySQLi - Object Oriented), Instances (MySQLi - Process Oriented), Example (PDO), Close the connection, Instances (MySQLi - Object Oriented), Instances (MySQLi - Process Oriented), Example (PDO), PHP, connects to MySQL, Before PHP can use MySQL databases, you need to connect them., PhP 5 and above recommend connecting MySQL in the following way