Help table

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

    Help table

    Hello I try table in the profile database background, 'ron_bgprofile' is not exist
    and look for the table background music 'ron_kar' is not exist
    you can share? thanks

    #2
    For what script are these tables used?

    Comment


      #3
      pinoy and dreamerz

      Comment


        #4
        The table does not exist, I can not do these tables
        ron_bgprofile
        PHP Code:
        $sql "SELECT id, avlink FROM ron_bgprofile ORDER BY id DESC LIMIT $limit_start$items_per_page"
        ron_kar
        PHP Code:
        $avlnk mysql_fetch_array(mysql_query("SELECT itemurl,title FROM ron_kar WHERE id='".$avid."'")); 
        help please

        Comment


          #5
          These tables do not go
          PHP Code:
          -- 
          -- 
          Table structure for table `ron_bgprofile
          -- 


          CREATE TABLE `ron_bgprofile` ( 
            `
          idint(10NOT NULL auto_increment
            `
          avlinkvarchar(30NOT NULL default ''
            
          PRIMARY KEY  (`id`), 
            
          UNIQUE KEY `id` (`id`) 
          ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=latin1


          -- 
          -- 
          Dumping data for table `ron_bgprofile
          -- 
          PHP Code:
          -- 
          -- 
          Table structure for table `ron_kar
          -- 


          CREATE TABLE `ron_kar` ( 
            `
          itemurlint(10NOT NULL auto_increment
            `
          titlevarchar(30NOT NULL default ''
            
          PRIMARY KEY  (`id`), 
            
          UNIQUE KEY `itemurl` (`itemurl`) 
          ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=latin1


          -- 
          -- 
          Dumping data for table `ron_kar
          -- 
          where wrong?

          Comment

          Working...
          X