help duplicate room image

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help duplicate room image

    Hello friends, in my community lavalair I am trying to create the function to add a photo when I create a private room but I have a problem, the image is in public and also each new room that you create to and sovvrapporre the new image on the other, anyone can help me? This is my code,


    PHP Code:
               $rooms mysql_query("SELECT id, name, pass, pic FROM ibwf_rooms WHERE static='0'"); 
            
    $co=0
            while (
    $roommysql_fetch_array($rooms)) 
            { 
    $ilink trim($room[3]); 
      if(
    $ilink==""
      { 
      }else{ 
       
    $ilink "<img src=\"$ilink\" alt=\"*\"/>"
      }
              { 
                if(
    $room[2]==""
                { 
                  echo 
    "$ilink <br/>"
                }else{
                  echo 
    "</form>"

                } 
              } 
            } 
    thanks to anyone help me

    #2
    can you tell mo ur site br0...
    com site: http://vampist.net
    download site: http://wapdloads.net
    fb: http://www.facebook.com/pmplx

    Comment


      #3
      This is my site bro

      Comment


        #4
        what is the problem on ur code br0?when you create a room with image it shows 2 lines?or just 2 images?
        com site: http://vampist.net
        download site: http://wapdloads.net
        fb: http://www.facebook.com/pmplx

        Comment


          #5
          the problem is that when I create the room viewing two or more images and then I the way that the same image of room created does not appear in public

          Comment

          Working...
          X