View Single Post

  #2 (permalink)  
Old 02-06-2007
P Pulkkinen
 
Posts: n/a
Default 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.


Reply With Quote