Re: input a section of a large file [message #171657 is a reply to message #171656] |
Fri, 14 January 2011 18:00 |
Adrienne Boswell
Messages: 25 Registered: October 2010
Karma:
|
Junior Member |
|
|
Gazing into my crystal ball I observed richard <member(at)newsguy(dot)com>
writing in news:1d4pessmkmgis$(dot)dlg(at)evanplatt(dot)sux:
> Just being curious.
> Is it possible in php to acquire information from a file in part,
> rather than retrieving the whole file?
> I have a series of tables that I would prefer not showing up on the
> main page when loaded. When the user clicks the link, the tables would
> appear. Rather than uploading a thousand small files, I'd rather
> upload a dozen or so files and retrieive the tables as needed.
>
> http://1littleworld.net/tables1.html
>
> Just a rough draft to show what I'm talking about. I know there is no
> character encoding so don't be bitching about it not validating.
>
SELECT fields FROM table WHERE condition ORDER BY field LIMIT number
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
|
|
|