楼主讲讲什么叫PHP+XML分页?不大懂。

解决方案 »

  1.   

    php读取xml.可能我没讲清楚.就是php读取xml.读出列表.分页显示下面是xml内容:
    <?xml version="1.0" encoding="UTF-8"?>
    <message>
    <record>
    <autoid>2008114101950</autoid>
    <subject>1111111</subject>
    <content>11111111111</content>
    </record>
    <record>
    <autoid>2008114102639</autoid>
    <subject>222222</subject>
    <content>22222222222222</content>
    </record>
    <record>
    <autoid>2008114102639</autoid>
    <subject>3333333</subject>
    <content>333333333333333</content>
    </record>
    <record>
    <autoid>2008114102639</autoid>
    <subject>4444444444</subject>
    <content>4444444444444</content>
    </record>
    <record>
    <autoid>2008114102639</autoid>
    <subject>555555555</subject>
    <content>5555555555555555</content>
    </record>
    <record>
    <autoid>2008114102639</autoid>
    <subject>666666666</subject>
    <content>66666666666666666</content>
    </record>
    </message>