embedding mysql cursors in php -
i fetching table database contains hundreds of rows,and want iterate on result row row in order perform task on data. have written whole code in php , want use mysql cursors job. going through web searches , tutorial videos came know how write cursor code in mysql,but none of them made clear how embed code in php in order make final code working. beginner sort of highly appreciated.
Comments
Post a Comment