--- "CPT John W. Holmes" <[EMAIL PROTECTED]> wrote: > > A good suggestion, since this is what your creating, basically. > > Anyhow, if you really want to do it your way, it'd be like this: > > $runQuery = 'mssql_query'; > $getRow = 'mssql_fetch_row'; > > Then you'd use them like this: > > $result = $runQuery("select ... "); > while($row = $getRow($result)) > { > ... > } >
I seem to learn something new every time you or Jennifer post (many others as well). I never knew about variable functions. Cool! > ---John Holmes... > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > ===== Mark Weinstock [EMAIL PROTECTED] *************************************** You can't demand something as a "right" unless you are willing to fight to death to defend everyone else's right to the same thing. *************************************** __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php