Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Help please ;]

  1. #11
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Quote Originally Posted by 07 View Post
    i have made loads of threads and they are all in the DB, but they aren't showing ;l

    Blob it worked but it only shows the first one and not the rest.
    Isnt the id supposed to be unique so no other one will have it?

  2. #12
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    Yes and when you add a new thread it inserts it into the database with a new id but for some reason it will only display the first one in each.


    EDIT: Yeah i no what you mean.

    I have serious coded this forum all wrong lol

    think i will just scrap it
    Last edited by Ini; 17-06-2007 at 04:18 PM.
    Looking for a good desiner to design a social networking template.

    PM me.

  3. #13
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    PHP Code:
    $fetch2 mysql_query("SELECT * FROM `forum_thread` WHERE `id` = '{$_GET[id]}'"); 

  4. #14
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    Nope don't work ;[

    This is the only problem i have the category's work and so do posts.
    Last edited by Ini; 17-06-2007 at 04:46 PM.
    Looking for a good desiner to design a social networking template.

    PM me.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •