I’m using Luracast restler and i’m trying to implement some authentication by implementing iAuthenticate interface.
The thing is, my authentication code needs to qu
Figured it out!
echo mysql_affected_rows();
This line was causing the output to be in text/html format. Commented that out and I was good to go.