Codeigniter Numeric Dash Validation


/ Published in: PHP
Save to your folder(s)

run as callback from form_validation->setrules
ex:
$this->form_validation->set_rules('cc_number','Credit Card #','required|max_length[20]|callback_alpha_dash_space');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.