View Single Post

  #1 (permalink)  
Old 01-28-2004
Vincent J. Gullotta
 
Posts: n/a
Default problem calling by unique id from database in php

ok, so I have this code:

a href=search.php?ID=",$i[0],"

(I took out the greater than less than cause I don't know how it would show
up in some news readers)

my problem is that lets say ID=5

it will call everything in my database with a 5 in the ID (ie. 5, 15, 25,
etc.) Can anyone help me get passed this?

TIA,
Baker



Reply With Quote