dynamic form with php and postgresql
[email protected] (Marc Fromm)
| Newsgroups | php.db |
|---|---|
| Message-ID | <B0D7C0A3F35FE144A70312D086CBCA9B0213E19759@ExchMailbox2.univ.dir.wwu.edu> |
I have searched google in many ways for tutorials/examples of creating a dynamic form with php and postgesql. I would like to create a form that once a user enters an ID in a text box, the ID is checked against a postgresql database for any alerts and then displays those alerts in a textarea prior to clicking a submit button. Any help would be appreciated. Marc