- May 31, 2001
- 10,027
- 1
- 81
I'm looking through the phpmyadmin open source project for a function called PMA_mysql_query.
It's gotta be defined somewhere there as it's not a standard mysql function call.
I just need to see how it's defined.
What i've done so far was go to the root directory and
grep -ri 'PMA_mysql_query' * > b (to find all instances of that fuction call)
Even when I open up the file called b, it does not show me where it's being defined.
Would anyone have any ideas?
It's gotta be defined somewhere there as it's not a standard mysql function call.
I just need to see how it's defined.
What i've done so far was go to the root directory and
grep -ri 'PMA_mysql_query' * > b (to find all instances of that fuction call)
Even when I open up the file called b, it does not show me where it's being defined.
Would anyone have any ideas?
