Results 1 to 2 of 2

Thread: learning PHP w/DBs Question?

  1. #1
    Join Date
    Nov 2005
    Posts
    1

    Question learning PHP w/DBs Question?

    i need to learn how to do this in php.......seting up a db web site and can't get this to work

    i have the page
    i can view all
    but i want to click on "view record" and see only the info that is in the db for that person

    Also here is the page i'm creating for demo.........

    http://football.accurateit.net/
    clik on: Player Search
    then clik "view reocord" (it shows nly the first row in DB all the time no matter which one u hit....????)

    I thin is has something to do with this line.....::
    <td><div align="center"><a href="vrecordplyr.php?row=<%=[lname_search.Fields.Item("ID")%> View Record </div></td>
    Last edited by twindude; 11-09-2005 at 04:31 PM.

  2. #2
    Join Date
    Aug 2005
    Posts
    6
    looks like you fixed it...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •