The code below works like a charm, but I have been having trouble getting each result row to alternate colors. For example I would like each odd numbered row to have a white BG color and each even result row a gray BG color.
I believe if memory serves that the spot that mentions gray & white...
The code below works like a charm, but I have been having trouble getting each result row to alternate colors. For example I would like each odd numbered row to have a white BG color and each even result row a gray BG color.
I believe if memory serves that the spot that mentions gray & white...
You're right and I new that, lack of sleep and not proofing the post were to blame. Thanks for testing it.
I went to the link and read through it, and I'm catching on, but I'm still very fresh at php.
Will try your suggestion and let you know.
Thanks
Ok read that and understood some of it but zoom over the head. I started teaching myself about a week ago to get through a project, so my understanding to the point is very basic and below is what I have so far.
What I want to do is if there are say 65 results, display the first 10 and then...
I know how to limit the number of returns from a query, but that is not effective enough for what I want.
I want to be able to return everything, but limit how many at a time. So need help figuring out how to for example;
32 results returned
1-10 | next
or
32 results returned
1 | 2 | 3 | 4...
I've created a COM object to control a variety of cameras. Each camera has common functionality (ICamera). However, each also has additional data for internal use. This data is encapsulated within the camera objects, except that it must be set by the user. Therefore, each camera has a unique...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.