Yes, this works fine for me at this moment. Thanks for clearing it up.
I was looking for something like this:
Is it possible for me to pass the "call" command as a parameter within mysql_query, or it always needs to be a DML statement?
I was looking for something like this:
Code Select
mysql_query( yourdb, "call foo('parm', @a, @b, @c)");
Is it possible for me to pass the "call" command as a parameter within mysql_query, or it always needs to be a DML statement?