
December 15th, 2000, 06:27 AM
|
 |
Contributing User
|
|
Join Date: Feb 2000
Location: Alton,Hampshire,UK
Posts: 40
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
I'm building PHP scripts to return database query content, and am confused about the WAP imposed limit on returned content. As I thought I understood it, a card was limited to 1K of data, but looking at my Apache logs, 2K and 4K chunks of data are being sent back for display.
The problem is that I don't want the phone to crash with a content-too-large message, so I will need to split up the results before they are sent out.
Or, is it that each card is limited to 1K in which case I could create "n" cards and stick 'em all in one deck ? You can see why I'm confused!
------------------
|