current location:Home > Technical Articles > php教程
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
-
- The principle and practice of modifying the Zend engine to implement PHP source code encryption
- The source code of PHP files is in clear text, which is not suitable for some commercial purposes. Therefore, consider using encryption to protect the source code.
- PHP开发 1209 2016-12-14 11:46:58
-
- SQL Server Basics: Cursors
- The query statement may return multiple records. If the amount of data is very large, a cursor needs to be used to read the records in the query result set one by one. Applications can scroll or browse the data as needed. This article introduces the concept, classification, and basic operations of cursors.
- PHP开发 1322 2016-12-14 11:45:03
-
- Detailed discussion of caching technology—php
- The article describes caching technology in detail - php, I hope it can be helpful to everyone.
- PHP开发 1151 2016-12-14 11:43:04
-
- How to attack common vulnerabilities in PHP programs
- The article mainly analyzes the security of PHP from the aspects of global variables, remote files, file uploads, library files, Session files, data types and error-prone functions, and puts forward some useful suggestions on how to enhance the security of PHP. .
- PHP开发 1262 2016-12-14 11:41:00
-
- Cursors and dynamic SQL
- Static cursors (referring to cursors that are statically bound to a select statement during compilation. This cursor can only be used on one query statement) and dynamic cursors (which means that we hope that our query statement will only follow the cursor when it is running. Cursor binding, in order to use a dynamic cursor, the cursor variable must be declared).
- PHP开发 1103 2016-12-14 11:39:12
-
- PHP advanced: achieve unlimited classification
- The article describes in detail PHP advanced: realizing unlimited classification, I hope it can be helpful to everyone!
- PHP开发 1329 2016-12-14 11:38:49
-
- Summary of advanced PHP templates
- How to use PHP to write code quickly, templates seem to be the only choice. But should a PHPer ultimately stick to using templates, give up on templates, or use his own templates?
- PHP开发 1105 2016-12-14 11:35:53
-
- A PHP template, mainly to reflect the idea
- A PHP template, mainly to reflect the idea
- PHP开发 1154 2016-12-14 11:34:33
-
- sqlserver cursor usage and looping
- This article introduces: sqlserver cursor usage and loops. You can refer to it if necessary.
- PHP开发 1354 2016-12-14 11:34:15
-
- Use PHP and Smarty template technology to generate code for paging static pages
- Directly use code to display the code that uses PHP and Smarty template technology to generate paging static pages.
- PHP开发 1298 2016-12-14 11:32:22
-
- SQLSERVER cursor and loop statements
- To sort it out, regarding cursors, MSDN has: Retrieving specific rows through Transact-SQL server cursors.
- PHP开发 1481 2016-12-14 11:30:46
-
- SQL Cursor A simple example
- When Selecting, a result set is returned. If you need to read a row of data during the result set return process. This row of data needs to be processed, such as returning a query result set based on the read data as query conditions, etc. The application needs to use a cursor.
- PHP开发 1393 2016-12-14 11:28:16
-
- SQL cursor usage examples
- This article mainly introduces: SQL cursor usage examples, you can refer to them if you need them.
- PHP开发 1186 2016-12-14 11:23:37
-
- The use of cursors in SQL
- Under normal circumstances, when we use SELECT query statements, they are all for one row of records. If you want to read multiple rows of records (i.e., recordset) in the query analyzer, you need to use a cursor or WHILE Waiting loop
- PHP开发 1198 2016-12-14 11:20:48
-
- How much faster is preg_replace than ereg_replace?
- preg_replace is a text matching mode built into Perl, but some parameters are more complicated to use than ereg_relace. In actual project applications, many people use ereg.
- PHP开发 1378 2016-12-14 11:15:47