I want to call a procedure twice in the phpmyadmin, so I must to free the result by calling mysql_free_result()
, otherwise i'll get an error of number #2014, I tried mysql_free_result()
but it said there is no function exist, i tried free_result()
samething, I googled for it and didn't find anything.
so is it possible to free the result from phpmyadmin ?
Asked
Active
Viewed 134 times
1

Tarek
- 1,904
- 2
- 18
- 36
-
It is not possible to run PHP code from PHPMyAdmin. Also see http://stackoverflow.com/questions/4490537/i-created-several-stored-procedures-in-phpmyadmin-how-to-call-them-using-an-sql – Tomas Creemers Aug 31 '13 at 11:04