Search Result

Collapse
3 results in 0.0014 seconds.
Keywords
Members
Tags
forum
  •  

  • predi
    started a topic Flash based-forum

    Flash based-forum

    Hi.
    I recently found a worthy flash-based forum on the web called FlashForum engine and i just wanted to know what do you think of it?
    I've downloaded the demo, tested it out, but i'm still doubting about it.
    Do you think it's worth buying it?
    Here's the live version of that engine http://chargedweb.com/ff/forum/
    See more | Go to post

  • MusoFreak200
    started a topic how do you create forums with html or css

    how do you create forums with html or css

    hey everyone

    i'm 16 years old and this is my first question so please help me out here

    what i want to know is how do i create forums within my website with using html or css coding...

    any help would be appreciated

    thanks
    MusoFreak200
    See more | Go to post

  • Discussion Forums with PHP Tutorial - MySQL Errors

    I created a table in mysql database named forums with the following code
    Code:
    CREATE*TABLE*posts*(
    ***ID*int(5)*DEFAULT*'0'*NOT*NULL*auto_increment,
    ***TopicID*int(5)*DEFAULT*'0'*NOT*NULL,
    ***Name*varchar(50)*NOT*NULL,
    ***Email*varchar(50)*NOT*NULL,
    ***Password*varchar(50)*NOT*NULL,
    ***TimeStamp*varchar(10)*NOT*NULL,
    ***Post*text*NOT*NULL,
    ***PRIMARY*KEY*(ID)
    );
    
    CREATE*TABLE*topics*(
    ...
    See more | Go to post
    Last edited by Pyrotecnix; Apr 5 '09, 06:53 PM. Reason: Forgot to add server versions
Working...