* John Kurkiewicz Jr.
> I cannot figure out how to parse SELECT query into
> html pages.

Please be more specific.

If you want to display a select statement on a web page, you need to
transform "<" into "&lt;", and you should probably put it inside a <PRE>
html element.

If you want to display the result of a select query on a html page, you
probably want to use an html table. You must construct the table (and other
html elements) from your script/program. The result of the query must be
written in the cells of the table.

--
Roger


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to