This topic is locked

Event on Load

6/7/2007 10:24:00 AM
PHPRunner General questions
M
michaelmac author

Hey Everyone
I have to UPDATE a table when it is loaded. I am not sure where to find the one associated with my table xxxx_list.php. I also wanted to know if the load on events can have a variable(s) that will also pass to the xxxx_list.php.
I do appreciate your assistance.
As always,
Thank you
Mike

Alexey admin 6/8/2007

Mike,
try to describe your task in more detail.

M
michaelmac author 6/11/2007

Mike,

try to describe your task in more detail.


Hey Alexey Sorry it took me a bit to get back this post. What I want to do is SUM() my table when that page is loaded. Say "select customerID, SUM(amount) from orders where."$where... or something like that... I also need to know where I can show this value on the _list.php page. I hope that makes my question clearer..
Thanks
Mike