Php paging code (complete phpmysql classic paging instance) (1/2)-PHP source code

Source: Internet
Author: User
Ec (2); html code & nbsp; copy the following code & lt; tablewidth & quot; 100% & quot; border & quot; 0 & quot; valign & quot; top & quot; align & quot; center & quot; cellpadding & quot; 0 & quot; cellspacing & quot; script ec (2); script

Html code

The Code is as follows:













$ SQL = "select * from test order by id ";
Genpage ($ SQL, 3); // The number following the first function is referenced here to define the number of records per page
$ Result = mysql_query ($ SQL) or die ("database operation error:". mysql_error ());
While ($ row = mysql_fetch_array ($ result ))
{
?>





}
?>




$ Conn = mysql_connect ("localhost", "root", "") or die ("cannot connect to the database Tutorial:". mysql_error ());$ Db = mysql_select_db ("dbtest") or die ("select database error:". mysql_error ());Mysql_query ("set names gb2312 ");
Id Title Date

Homepage 1 2 last

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.