Sql For Articles At Lavalair?

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

    Sql For Articles At Lavalair?

    ive been searching for this .. sad to say i cant find it...can you post it here mates? thanks

    #2
    <div class='quotetop'>QUOTE (jefweewap @ Feb 10 2009, 05:50 PM) <{POST_SNAPBACK}></div>
    ive been searching for this .. sad to say i cant find it...can you post it here mates? thanks[/b]
    you could use lava blog coding...
    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

    Comment


      #3
      ok mate i try that... how many tables will i make?

      Comment


        #4
        ibwf_articles ibwf_readart ibwf_artpost ibwf_view2 iwbf_cwart hey heres the table add rows nlng.. Read your articles.php for the rows.bro di kc yan lebre n script kaya mahirap manghingi ng database..I got it for 2days toink.. echo &#39;bazztord PROUD to be PINOY&#39;;

        Comment


          #5
          -- Table structure for table `ibwf_articles`
          --

          CREATE TABLE IF NOT EXISTS `ibwf_articles` (
          `id` int(100) NOT NULL AUTO_INCREMENT,
          `name` varchar(30) NOT NULL DEFAULT &#39;&#39;,
          `crdate` int(100) NOT NULL DEFAULT &#39;0&#39;,
          PRIMARY KEY (`id`),
          UNIQUE KEY `name` (`name`)
          ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

          --
          -- Dumping data for table `ibwf_articles`
          --

          INSERT INTO `ibwf_articles` (`id`, `name`, `crdate`) VALUES
          (1, &#39;Internet&#39;, 0),
          (2, &#39;Public issue&#39;, 0),
          (3, &#39;Music lyrics&#39;, 0),
          (4, &#39;Live news&#39;, 0),
          (5, &#39;Love Romance&#39;, 0),
          (6, &#39;Friendship&#39;, 0),
          (7, &#39;Gamers adict&#39;, 0);

          Comment


            #6
            <div class='quotetop'>QUOTE (marwin29 @ Feb 17 2009, 01:48 AM) <{POST_SNAPBACK}></div>
            -- Table structure for table `ibwf_articles`
            --

            CREATE TABLE IF NOT EXISTS `ibwf_articles` (
            `id` int(100) NOT NULL AUTO_INCREMENT,
            `name` varchar(30) NOT NULL DEFAULT &#39;&#39;,
            `crdate` int(100) NOT NULL DEFAULT &#39;0&#39;,
            PRIMARY KEY (`id`),
            UNIQUE KEY `name` (`name`)
            ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

            --
            -- Dumping data for table `ibwf_articles`
            --

            INSERT INTO `ibwf_articles` (`id`, `name`, `crdate`) VALUES
            (1, &#39;Internet&#39;, 0),
            (2, &#39;Public issue&#39;, 0),
            (3, &#39;Music lyrics&#39;, 0),
            (4, &#39;Live news&#39;, 0),
            (5, &#39;Love Romance&#39;, 0),
            (6, &#39;Friendship&#39;, 0),
            (7, &#39;Gamers adict&#39;, 0);[/b]



            thanks mate.. ive already done it.. thanks for sharing..

            Comment

            Working...
            X