PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
try stripslashes() (not cslashes) dunno if it'd make a difference
but your quotes are being escaped most likely because you have magic quotes gpc enabled
so, either
ini_set("magic_quotes_gpc","Off");
or
$msg = stripslashes($_POST['msg']);
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
djwk wrote:Don't you read any other post other than the first?
Quote from my last post:
working now
....
obviously I did, given the data contained in my post.
i must've looked over your final post
word of advice, that attitude won't get you much help on the boards.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.