I'm new to PDO and I have to say that I like it so far, but I'm still a little unstable with respect to some of the calls that it uses, and the documentation is not so bad.
I use a couple of stored procedures and from what I understand about PDO, I have to use training for this. I am creating a module that will store information about any errors caused by the user. I understand that bindParam will escape any quotes and clear the string before it is inserted into the database, which is NOT what I want. I want to see the line when the user entered it for troubleshooting. I tried to refuse bindparam calls, but get errors about trying to follow the link. Is there any way I can achieve this? Also open to suggestions. Thanks.
source share