GIF89a
| Server IP : 200.152.183.196 / Your IP : 216.73.216.150 Web Server : nginx/1.20.2 System : Linux server.teclabs.com.br 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64 User : re8rc56e54 ( 10140) PHP Version : 7.3.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/cial.ind.br/httpdocs/c2r/ |
Upload File : |
<?
if($modo == 'list'){
$show = table_list_process('Nome,E-mail', 'NOME,EMAIL', '', 'NOME');
$show_frm = array(frmIndex(), frmIndex2());
}
elseif($modo == 'alt' || $modo == 'inc'){
$frm_vlr = mysql_cols_process();
$show = separador('Informações').'
'.frm_text('Nome', 'NOME').'
'.frm_text('E-mail', 'EMAIL');
$show_frm = array(frmShow());
}
?>