form validation rule "valid_url" not working as expected. here is my code
this rule returning true for string "test" for following markup
PHP Code:
$this->form_validation->set_rules('website', 'Website', 'required|valid_url');
this rule returning true for string "test" for following markup
PHP Code:
<input type="text" class="form-control" id="website" name="website" placeholder="Website Address" required/>
The largest Bengali tutorial site on Web Development in this planet