PHP Classes

File: _vendor/js/scripts.js

Recommend this page to a friend!
  Classes of adriano123456   PHP CRUD API Example   _vendor/js/scripts.js   Download  
File: _vendor/js/scripts.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD API Example
Example API to manipulate database table records
Author: By
Last change:
Date: 1 year ago
Size: 300 bytes
 

Contents

Class file image Download
function form_validtaion(nome, email) { var array = []; if(nome.length < 5){ array.push('Preencha o campo <strong>nome</strong>!'); } if(email.length < 5){ array.push('Preencha o campo <strong>e-mail</strong>!'); } return array; }