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: DivineDragon
  • Order by date
  1. DivineDragon

    Problem using drop down menus to edit data (PHP/MySQL)

    Try: <OPTION value=&quot;<?php echo $beeper; ?>&quot; selected><?php echo $beeper; ?> divine_dragon9999@yahoo.com
  2. DivineDragon

    renumbering mysql records

    I wanted to do the same thing with members, so maybe i'll just forget about the post one. can you show me how to do it for the member table? theres 12 columns, right now on my test script, theres 3 members. divine_dragon9999@yahoo.com
  3. DivineDragon

    renumbering mysql records

    I don't know... just depends on how many people post. divine_dragon9999@yahoo.com
  4. DivineDragon

    renumbering mysql records

    no, no auto_increcment it has one int(10) for post ids, and for the rest varchars. the one i posted above was just an example. divine_dragon9999@yahoo.com
  5. DivineDragon

    renumbering mysql records

    i dont understand what you mean. divine_dragon9999@yahoo.com
  6. DivineDragon

    &lt;form method=\&quot;post\&quot; action=\&quot;insert.php\&quot;&gt; don,t wo

    $query=&quot;INSERT INTO email_info VALUES ('$fullname', '$email')&quot;; mysql_query($query); I think that'll work. divine_dragon9999@yahoo.com

Part and Inventory Search

Back
Top