PHP with CodeIgniter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anandi thakur
    New Member
    • Jul 2011
    • 1

    PHP with CodeIgniter

    how to avoid the duplicate entries in data base using php with codeignetar
    Last edited by Dormilich; Jul 11 '11, 01:34 PM. Reason: you should try to at least get the title right
  • John Doe
    New Member
    • Jun 2011
    • 20

    #2
    Best way to do this is to learn how to use codeigniter properly.

    My less flippant answer: you will need to provide more details and examples of your code before we can offer an answer.

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      Use the UNIQUE constraint.

      Comment

      Working...