Home > Backend Development > PHP Tutorial > Is there any good way to sort by mobile position?

Is there any good way to sort by mobile position?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-10-22 00:00:17
Original
1190 people have browsed it

There is a list of items, sorted by the release time and auto-incremented ID by default, for example

<code>1 : 物品1
2 : 物品2
3 : 物品3
...</code>
Copy after login

If I want to move

<code>922 : 物品922</code>
Copy after login

To the 100th position.

So for this sorting, apart from adding 1 to all the positions of the content after the loop, is there any good method?

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Install JAVA
From 1970-01-01 08:00:00
0
0
0
Unable to install java
From 1970-01-01 08:00:00
0
0
0
Can java be used as the backend of the web?
From 1970-01-01 08:00:00
0
0
0
Is this in Java language?
From 1970-01-01 08:00:00
0
0
0
Help: JAVA encrypted data PHP decryption
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template