Welcome Guest, Not a member yet? Register   Sign In
check exist value coincidence
#1

[eluser]Gabi3xz[/eluser]
I have a code for check exist a category in datebase
Code:
$result_cat = $this->call_db->category_check($this->input->post('cat_name'));
if ( $result_cat != false ) {
        echo 'Category not exist';
}
Works good but example
I go to a page for edit category, value category should always be another value because their finds value in the database and forced me to change the value category.
Iow do I solve?


Messages In This Thread
check exist value coincidence - by El Forum - 06-07-2012, 07:55 AM
check exist value coincidence - by El Forum - 06-07-2012, 08:10 AM
check exist value coincidence - by El Forum - 06-07-2012, 08:58 AM
check exist value coincidence - by El Forum - 06-07-2012, 09:04 AM
check exist value coincidence - by El Forum - 06-07-2012, 09:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB