Addressed to: Noel Akins <[EMAIL PROTECTED]>
              [EMAIL PROTECTED]

** Reply to note from Noel Akins <[EMAIL PROTECTED]> Thu, 18 Jan 2001 22:05:46 +0000
>
> Hello, Question 1: A long time ago, I started my first big project
> using php3 and MySQL that  would return on a query a listing of info
> from the database that was  displayed in the browser with nested
> tables. If a user really wanted to  test the limits of the database,
> he/she could get back over 3000  lines. Being that html tables were
> being used to display the info, a large  number of tables were being
> created, and would crash netscape. I pretty  much shelved this
> project for this reason. I'm now working on a similar  project that
> won't return so many lines, but I would like to be able to use
> something other than html tables to display the info in a neat
> manner. Is  there any php related things I could use to format a list
> in a  browser other than html tags? could someone point me in the
> right direction?
>

<PRE>


Or break up your table so there are many small tables rather than one
big one.


Breaking up the table is probably best.  Pre text looks pretty uggly.


> Question 2: Is there a way for php to detect the cpu speed of a users
> computer?
>

I don't think so.



Rick Widmer
Internet Marketing Specialists
http://www.developersdesk.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to