Hi i want to pass the value of a input type="text" by this
<a href="novidades.php?id=dominio.value">Ver Novidades</a>
dominio is the id of the input text
Hi.I have a record in this table with id=0:
DROP TABLE IF EXISTS `junta`.`modelo`;
CREATE TABLE `junta`.`modelo` (
`id` int(10) unsigned NOT NULL default '0',
`foto1` varchar(200) default '',
`descri1` varchar(500) default '',
`foto2` varchar(200) default '',
`descri2` varchar(500)...
i have this table with auto increment id
DROP TABLE IF EXISTS `junta`.`subdominios`;
CREATE TABLE `junta`.`subdominios` (
`id` int(10) unsigned NOT NULL auto_increment,
`nome` varchar(45) NOT NULL default '',
`descricao` varchar(45) NOT NULL default '',
PRIMARY KEY (`id`)
)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.