Server IP : 184.154.167.98 / Your IP : 18.117.71.102 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/oficios/sis/ |
Upload File : |
create database mymenubs3; use mymenubs3; create table item( id int not null auto_increment primary key, label varchar(255), link varchar(255), target varchar(255), /* _blank o _self */ position int default 0, item_id int, foreign key (item_id) references item(id) ); /* insert into item(id, label, link, target, position) value (1, "INICIO", "./","_self",0); insert into item(id, label, link, target, position) value (2, "SERVICIOS", "","_self",1); insert into item(id, label, link, target, position) value (3, "CONTACTO", "./?view=contacto","_self",2); insert into item(id, label, link, target, position,item_id) value (4, "SERVICIO 1", "./?view=service1","_self",1,2); insert into item(id, label, link, target, position,item_id) value (5, "SERVICIO 2", "./?view=service2","_self",1,2); insert into item(id, label, link, target, position,item_id) value (6, "SERVICIO 3", "./?view=service3","_self",1,2); */