View Single Post

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

"Vincent J. Gullotta" <Vin@WiFidirect.com> wrote in message
news:D5ERb.20958$w41.11121933@news4.srv.hcvlny.cv. net...
> 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
>
>
>


nevermind, I figured it out. stupid % sign


Reply With Quote