Reputation: 13
How to create mysql user defined function with PHP, is that straight away passing whole create mysql UDF code in mysql_query function ?
Is there any php library or easy way to play with such things ?
Upvotes: 1
Views: 524
Reputation: 52372
It's just a query like any other. Send it with mysql_query.
mysql_query
Upvotes: 4