Need php help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tony Montana
    Confirmed User
    • Jan 2005
    • 794

    #1

    Need php help

    I'm trying to check to see if something exist in a table. I am using this to check for dupes and output if its a dupe or not into a output page.

    Can anyone help me with this?

    structure is like this

    maindatabasename
    tablename
    colum <- need see if it exist in here, there is lots of data in the colum
    I am a marketing Genius.
  • Tony Montana
    Confirmed User
    • Jan 2005
    • 794

    #2
    bump . . . . .
    I am a marketing Genius.

    Comment

    • MickeyG
      Confirmed User
      • May 2004
      • 4134

      #3
      select from table - if record found, must be a dupe

      Comment

      Working...