help getting sql results into html
Can someone explain the best way to get my sql results into html? Specifucaly a table.
I have the query working great, but now what? How do i get these results into my html doc? I am using the html "form" tag to submit data to a php script which searches the db and returns my data. It returns the data to a blank white page.
Obvioulsly i would like a normal html page with an html table containing the results. How do i do this...
Please explain... thanks, --jake
|