Select query results via html form checkbox

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Recipients,

A postgresql database was accessed successfully to print rows of a table column, using the manual page 'php: basic usage'

Excuse the ignorance of the correct terminology, but now want to be able to create a series of html forms web pages.

The query returns the following in the web browser:

"
jane bloggs 	1122

joe bloggs 	1234
"

Please could someone advise the relevant parts of the documentation for review, to be able to produce an adjacent html select element 'checkbox' for each query result row?

The intended result would be:

"
jane bloggs 	1122	✓

joe bloggs 	1234
"

i.e. the user would be able to (de)select row(s) from the query result, then submit new data via the html form.




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux