Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: filipel
  • Order by date
  1. filipel

    unique

    ok
  2. filipel

    unique

    yes but on mysql table editor doesnt work?
  3. filipel

    unique

    How can i define in mysql table that a field is unique??
  4. filipel

    property by href

    Yes.Thanks once more.
  5. filipel

    property by href

    What i want to do is if the dominio value <>' ' the value passes through the function,else not and doesnt go to the novidades page.
  6. filipel

    radio button

    Ok.Thanks .But what datatype should i refer in mysql?Integer?
  7. filipel

    radio button

    Hi.I have 2 radio buttons with name"newsletter".How can i store its value on a mysql table?
  8. filipel

    property by href

    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
  9. filipel

    radio button

    Hi.I have 2 radio buttons with name"newsletter".How can i store its value on a mysql table?
  10. filipel

    foreign key

    i have just copied the sql script from mysql query browser!!
  11. filipel

    foreign key

    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)...
  12. filipel

    div on the bottom

    css file: /* CSS Document */ #cabecalho{ width:100%; height:125px; background-color:#0065CC; } .opcoes tr td{ border:none; } #data{ position:absolute; top:105px; left:250px; color:#660000; font:Verdana, Arial, Helvetica, sans-serif; font-size:19px; }...
  13. filipel

    div on the bottom

    Sorry the css file is this ,not that last one
  14. filipel

    Passing style property to function

    What's the difference between display property and visibility??Thanks a lot
  15. filipel

    div on the bottom

    php file: <body> <div id="header"> <h1>Bidoeira</h1> <h3>Admin</h3> </div> <hr> <div class="menuAdmin"> <ul> <li><a href="#">SubDominios</a> <ul> <li><a...
  16. filipel

    div on the bottom

    yes i know but for some reason the div is overlapped to another,i dont know why
  17. filipel

    Passing style property to function

    Yes it works.But how can i return the text of each textarea to insert on a mysql table?
  18. filipel

    insert record

    thanks.Afterall i had been deceptive was in the table name
  19. filipel

    insert record

    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`) )...
  20. filipel

    div on the bottom

    i have a content that is bigger than the page.Can you put some code to resolve that?

Part and Inventory Search

Back
Top