View Single Post
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 06-23-2021 , 17:31   Re: How to fetch results from database prepared statements?
Reply With Quote #2

Well, solved:

PHP Code:
if( SQL_FetchRow(hUserStmt) )
    {
        
SQL_FetchInt(hUserStmt0userid);
    } 
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]

Last edited by Dragokas; 06-23-2021 at 17:33.
Dragokas is offline