HN, what do you think of my weekend project? (dream-home-rentals.com) 1 points by mruocco 13y ago ↗ HN
[–] codenesium 13y ago ↗ I think you should sanitize your input fields. Code Igniter has built in functions for XSS http://ellislab.com/codeigniter/user-guide/libraries/input.h....$var = $this->input->post('some_data', TRUE); [–] mruocco 13y ago ↗ Excellent advice. Major oversight here. Thanks, this is going in right now.EDIT: I just changed this. Thanks again!
[–] mruocco 13y ago ↗ Excellent advice. Major oversight here. Thanks, this is going in right now.EDIT: I just changed this. Thanks again!
2 comments
[ 3.4 ms ] story [ 16.0 ms ] thread$var = $this->input->post('some_data', TRUE);
EDIT: I just changed this. Thanks again!