Jump to content

Mediumtext Help


HCProfessionals

Recommended Posts

The questions is a bit vague, especially without any code. The main thing to check is that

 

A: your site and your MySQL server are using the same charsets, and if you are doing special characters, you should use UTF8 for both.

B: Make sure you are escaping the data going into mysql properly, either with prepared statements or mysql_real_escape_string

 

Aside from that, I am not sure where else to go without seeing the code to potentially help you out there or even the "errors" that are being thrown.

Link to comment
https://forums.phpfreaks.com/topic/262305-mediumtext-help/#findComment-1344232
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.