I want to store php code in Mysql database and I am wondering which data type I can use. I will store large amount of data with special characters like ",*,$ etc.
So which mysql data tpye I can use?
//Why? See My other question
I want to store php code in Mysql database and I am wondering which data type I can use. I will store large amount of data with special characters like ",*,$ etc.
So which mysql data tpye I can use?
//Why? See My other question
CHAR(0). :-/