Search found 4 matches

by minghags
Thu Jun 05, 2014 3:30 pm
Forum: PHP - Code
Topic: PHP MySQL pagination and excel export
Replies: 7
Views: 1637

Re: PHP MySQL pagination and excel export

Celauran wrote:What can't you figure out? What have you tried?
I thought about excel export, but now I figured out with much much much of sweat :P About pagination I will try and report. Thanks.
by minghags
Thu Jun 05, 2014 1:16 pm
Forum: PHP - Code
Topic: PHP MySQL pagination and excel export
Replies: 7
Views: 1637

Re: PHP MySQL pagination and excel export

Thanks but I cant figure it out :/ Can anyone help me with this paging, i want to limit list page of pages if its more than 5 pages like 1, 2, 3 ,4 ,5 > >>, > next page >> last page and for example << < 6, 7, 8, 9, 10 > >>. Here is my code that im using: for ($i=1; $i<=$total_pages; $i++) { $url = $...
by minghags
Wed Jun 04, 2014 7:15 am
Forum: PHP - Code
Topic: PHP MySQL pagination and excel export
Replies: 7
Views: 1637

Re: PHP MySQL pagination and excel export

query results and its not really that important if its Excel or CSV.

Thank you
by minghags
Wed Jun 04, 2014 5:44 am
Forum: PHP - Code
Topic: PHP MySQL pagination and excel export
Replies: 7
Views: 1637

PHP MySQL pagination and excel export

Hello! Im trying to edit pagination links so that when there are more than 5-6 pages that then 5-6 pages are displayed as link <-- 3 | 3 --> and last and first page... and what i really want to get is export to excel just MySQL query that is at that moment active. If anyone is kind enough to help pl...