Results 1 to 2 of 2

Thread: [RESOLVED] New to PhP

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    Canton, GA
    Posts
    487

    Resolved [RESOLVED] New to PhP

    I am editing a script... and all I am trying to do is poll a database and return a value to get a photo image...

    Can anyone see something with this code that I cant?

    Thanks!

    Code:
    <img src="userphotos/<?php echo $row_rsPictures['Picture']; ?>" alt="Tacklebox Picture" width="64" height="64">
    When I pull up the page and right click the broken image it shows no value after the "mysite.com/userphoto/"

    Thanks again!

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    Canton, GA
    Posts
    487

    Re: New to PhP

    ugh nevermind! I figured it out! Thanks!

Posting Permissions

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



Click Here to Expand Forum to Full Width