Hello dear colleagues from the VH forum,
Can someone explain how to load PHP variables on a Bluevoda GO menu (without the GO button).
I already know how to fill in a combobox with the variables and when I was going to try the same approach I realized that couldn't be done.
I want to use it on a page that is listing on my tests some several thousand contacts and I want to create a list of page numbers (similar to phpmyadmin...) on this GO menu that allow me to choose a page number and GO to it.
I already have a GO menu (alphabetic from A...Z) that will list me all contacts started by A, and B, etc,etc and is working fine, because I go to the SELECT sentence and tell the mySQL database to look for the records WHERE name_contac = '$variableA'.
$variableA = 'A%' that I pick up from the GO menu when I choose the 'A 'option.
For the jump to PAGE number x, I can't do this manually as in the A,B,C... example, because I don't know how many records will the database retrieve (so I don't know how many page numbers, only on runtime, after dividing the total number of records by 13 which is my "show" of records per page.
Also the number of records will be different from one user to another, has to be done during runtime.
Thanks in advance for all the answers,
pipesportugal
Can someone explain how to load PHP variables on a Bluevoda GO menu (without the GO button).
I already know how to fill in a combobox with the variables and when I was going to try the same approach I realized that couldn't be done.
I want to use it on a page that is listing on my tests some several thousand contacts and I want to create a list of page numbers (similar to phpmyadmin...) on this GO menu that allow me to choose a page number and GO to it.
I already have a GO menu (alphabetic from A...Z) that will list me all contacts started by A, and B, etc,etc and is working fine, because I go to the SELECT sentence and tell the mySQL database to look for the records WHERE name_contac = '$variableA'.
$variableA = 'A%' that I pick up from the GO menu when I choose the 'A 'option.
For the jump to PAGE number x, I can't do this manually as in the A,B,C... example, because I don't know how many records will the database retrieve (so I don't know how many page numbers, only on runtime, after dividing the total number of records by 13 which is my "show" of records per page.
Also the number of records will be different from one user to another, has to be done during runtime.
Thanks in advance for all the answers,
pipesportugal
Comment