I have a question about storing functions.  I have some security mode stuff 
I'm working on and what I'm thinking is that as part of the security mode 
table I would store a function that could be called if the security mode is 
called.

Something like this.
Select s.function from s Security g group where g.Group_name = "something"

I know I have the syntax wrong but this is just pseudo code.

Now in my php I would have something like this.

$func = get_row($result)

$func();

Would that work.

-Jim








_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to