loric
Posts: 3
|
| Posted: 08/26/2008, 10:25 PM |
|
Hello, I'm using CCS 4.0, PHP 4/5 and MYSQL 5.0. I am working with an editable grid and having a difficult time coming up with a solution for this...
What I need is a 'Clear' button that 0's out my columns Monday through Friday. I've tried $db = clsDBmyconnection();
$db = query("clearWeek"); in which I'm trying to call a stored procedure in the database (which works fine when I run it within mysql). Perhaps I'm tryng to call that from the wrong place? Any help or other ideas how I might accomplish this would be greatly appreciated! Thanks!
_________________
/sean |
 |
 |
|