I am developing a PHP application using Codeigniter framework and it is time now for the security reviews.. I got many recommendations to use HTMLPurifier library if i wan开发者_如何学Pythont the best
hi i am using jquery validation plugin , i want to add a validation to my price field , the only available are numbers 0-9 , comma , dot
When should a new model or controller be made? Should the开发者_如何学Cre only be controllers that go with a corresponding view 1 to 1 and like so with controllers and models? Or is it good practice t
I am developing an API using Codeigniter and Phils RESTserver. I need to have authentication working with oAuth but I cannot find a library
so I have a box where a user enters some data \"a description\" and it stores in MySQL. However, html tags such as <img src=\"\">, <a href=\"\">, etc. do not store there in the \'descripti
In my router.php file I added this code. $route[\'mission\'] = \"content/index/mission\"; Here as you know content is controller, index is function and mission is parameter to that function.
I have a set of checkboxes in my HTML that look like t开发者_如何学Gohis, div class=\"grid_7\">
I not know why in following js code alert is empty without html code, my view have html code, and my_class work true for other controller, when i get alert this means it is work true js code but get d
I am trying to display data from db. It displays this error <p>Severity: Notice</p> <p>Message:Trying to get property of non-object</p>
i am new to Codeigniter and I have some trouble in select box validation. I want default select value at beginning.