Insert a value |
8/7/2007 15:16:02 | |
| PHPRunner General questions | ||
|
H
horsey_kim author
I am wanting to update the database when print feature is checked and initiated. I tried to use the event by the following: |
||
|
|
Sergey Kornilov admin 8/7/2007 |
|
Kim, |
|
|
H
|
horsey_kim author 1/21/2008 |
|
Okay I hope I clarify this better. sorry took so long to get back to this. |
|
|
J
|
Jane 1/22/2008 |
|
Kim, global $conn; $strUpdate = "update _seeddata set printblue='done' where (".$strWhereClause.")"; db_exec($strUpdate,$conn); |
|