pic coding

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

    pic coding

    hiya i was woundering if anybody has or knows if there is coding for seeing the latest pic that has been uploaded on a site IE on main page could have the newest pic that has been uploaded and then name of the person that has uploaded it

    like say dis is the pic

    uploaded by (username) (date n time)


    hopefully you understand what i mean lol its for lava script btw thank you xx

    #2
    How much ??
    Want something coded email me at sales@webnwaphost.com for a prices.




    Comment


      #3
      ummmmmmmz how much u charging

      Comment


        #4
        he's jst jokin. use da search button pmpl. i kept seeing topics lyk dz

        Comment


          #5
          no me no think hes jpking we dnt exactly get on to well me n brumi

          Comment


            #6
            Code:
            $lpg = mysql_fetch_array(mysql_query("SELECT id, uid FROM ibwf_gallery ORDER BY last DESC LIMIT 0,1"));
            $rmg=mysql_fetch_array(mysql_query("SELECT itemurl, uid,last FROM ibwf_gallery WHERE id='".$lpg[0]."'"));
            $wick = getnick_uid($rmg[1]);
            echo "<small><b>Last  upload of nick</b>   <a href=\"gallery.php?action=viewuser&amp;who=$rmg[1]&amp;sid=$sid\">$wick</a> $rmg[2]</small><br/>";
            Last edited by srecnica; 29.04.10, 15:57.
            sigpichttp://happy.srecnica.com/web

            Comment


              #7
              Wat da? pardon me im too slow to pick up wat ya mean.

              Comment


                #8
                Yo include date and time for her.

                Comment


                  #9
                  do i add this just into my index?????

                  Comment


                    #10
                    Originally posted by thanatos View Post
                    Wat da? pardon me im too slow to pick up wat ya mean.
                    This is the last upload to the site .. What do not you understand?
                    sigpichttp://happy.srecnica.com/web

                    Comment


                      #11
                      Originally posted by cheeky-girl View Post
                      do i add this just into my index?????

                      Yes. Add this code to index
                      sigpichttp://happy.srecnica.com/web

                      Comment


                        #12
                        Code:
                        $rmg[2]
                        shud b in d form of date and time function
                        Last edited by thanatos; 29.04.10, 16:06.

                        Comment


                          #13
                          Her reply not u

                          Comment


                            #14
                            iam getting a mysql error with these 2 lines
                            mysql_fetch_array(mysql_query("SELECT id, uid FROM ibwf_gallery ORDER BY last DESC LIMIT 0,1"));
                            $rmg=mysql_fetch_array(mysql_query("SELECT itemurl, uid,last FROM ibwf_gallery WHERE id='".$lpg[0]."'"));

                            i do have ibwf_gallery i just lukd

                            Comment


                              #15
                              Originally posted by cheeky-girl View Post
                              iam getting a mysql error with these 2 lines
                              mysql_fetch_array(mysql_query("SELECT id, uid FROM ibwf_gallery ORDER BY last DESC LIMIT 0,1"));
                              $rmg=mysql_fetch_array(mysql_query("SELECT itemurl, uid,last FROM ibwf_gallery WHERE id='".$lpg[0]."'"));

                              i do have ibwf_gallery i just lukd
                              write here your code for adding pictures to the site and your sql table for gallery... and for which script you need the cod? for lavalair?
                              sigpichttp://happy.srecnica.com/web

                              Comment

                              Working...
                              X