guyfromfl Posted June 17, 2008 Share Posted June 17, 2008 I am designing a CMS that will be used by alot of not-so-computer-literate users, and it is fully driven by PHP and MySQL What im getting at is how do you take a textarea's data and allow the user to type mike's not mike\'s? there has to be a function to format it for you but i'm not sure what it is. Link to comment https://forums.phpfreaks.com/topic/110657-solved-formatting-for-mysql-driven-cms/ Share on other sites More sharing options...
trq Posted June 17, 2008 Share Posted June 17, 2008 mysql_real_escape_string(). Link to comment https://forums.phpfreaks.com/topic/110657-solved-formatting-for-mysql-driven-cms/#findComment-567684 Share on other sites More sharing options...
guyfromfl Posted June 17, 2008 Author Share Posted June 17, 2008 exaclty what i was looking for thanks! Link to comment https://forums.phpfreaks.com/topic/110657-solved-formatting-for-mysql-driven-cms/#findComment-567685 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.