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!
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.
you could just use htmlentities(), but it will turn everything it can into their html entities and not just the ancle brackets... just FYI if you weren't aware
TheNinjaSpaceGoat wrote:you could just use htmlentities(), but it will turn everything it can into their html entities and not just the ancle brackets... just FYI if you weren't aware
I think he's trying to do the opposite
in which case he'd want html_entity_decode()
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.
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.
You've placed $code in your <textarea>. $code is the returned data from str_replace() which in turn derives from $arr. $arr is set to $_POST['code']. $_POST['code'] is your checkbox.