status option as image

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

    status option as image

    i have made a status for the user...

    PHP Code:
    $nen mysql_fetch_array(mysql_query("SELECT status FROM ibwf_users WHERE id='".$uid."'"));
    echo 
    "Status: <br/><select name=\"mar\" value=\"$nen[0]\">";
    echo 
    "<option value=\"married\">married</option>";
    echo 
    "<option value=\"single\">single</option>";
    echo 
    "<option value=\"divorce\">divorce</option>";
    echo 
    "</select><br/>"
    my problem is, how to make a status that i have selected,for example single, will be appear as images on profile?can someone help me?

    #2
    Hmm u can have idea in smilies where in dump have id imgsrc and code example the code is owner them it appearz the imgscr where the url of the images try it i try that in my online list
    com site: http://vampist.net
    download site: http://wapdloads.net
    fb: http://www.facebook.com/pmplx

    Comment


      #3
      Can u give me y0ur c0de? I d0nt think that w0rk f0r the option selecti0n.. Or u have an0ther way d0ing it?

      Comment


        #4
        yow may have to create a function
        Last edited by Pablo; 22.08.09, 03:26.

        Comment


          #5
          What kind of functi0n? Can u give it t0 me?

          Comment


            #6
            yeah am trying to think of an idea

            Comment


              #7
              Anyone can help me t0 solve dis pr0blem?

              Comment


                #8
                Post the full code ($action) for that and I will make a function 4 u :D
                whatmp3.name - search mp3 on mobile

                Comment


                  #9
                  Shad0w, that my full c0de.. I d0nt have $acti0n c0de.. S0ry, im new c0der..So, there are alot of things that i d0nt kn0w..If u kn0w h0w to d0 it, u can p0st it here..

                  Comment

                  Working...
                  X