Re: Multiple select stored procedures from mysql
Code was quite long to start debug, but often with
error_reporting(E_ALL);
in the beginning and
echo $somesuspectiblevariable;
here and there and
echo mysql_error();
after every query
you can find out a bunch of things..:-)
Hope this helps, sorry if not.
|