On Fri, 13 Oct 2006 08:36:49 -0400 Marc Delisle Marc.Delisle@cegepsherbrooke.qc.ca wrote:
I meant partial script names like
preg_match('@^(tbl_properties|tbl_select)@', $goto))
(strpos(' ' . $action, 'tbl_properties') == 1
I know, I will try to handle that, thanks for reminder.