Re: [PHP-DB] functions and using vars outside of them

2001-03-30 Thread Yasuo Ohgaki
I think it's time to read the manual. http://jp.php.net/manual/en/langref.php http://jp.php.net/manual/en/language.variables.scope.php http://jp.php.net/manual/en/functions.php -- Yasuo Ohgaki ""olinux"" <[EMAIL PROTECTED]> wrote in message 000f01c0b838$e332a3c0$6401a8c0@amdk7">news:000f01c0b83

[PHP-DB] functions and using vars outside of them

2001-03-28 Thread olinux
I am wondering how to use a variable that is generated by a function ($query) If you would please look at: http://phpbuilder.net/columns/laflamme20001016.php3?page=5 for an example of what i am trying to do. the function will generate the query... but how do i make use of this? i see that i will