1.

Solve : problem with creating a forum?

Answer»

hello guys,

i decided to create a small forum for learning php ,i got this tutorial from google search
i tried it..works like CHARM the only problem is when creating a category it gives out a blank page..can somebody please sort it out ! 

As soon as i learn php i am gonna try creating a small social networking script  You'd be better off using SMF or phpBB to get started, especially when it comes to learning PHP.  I appreciate your suggestion....but i wanted "my own forum" rather than using SMF or PHPBB ...coz there are no mods that fulfill my requirements for these forums

PS: could you please TELL me how can i learn from these forums? like examples and all  Quote

coz there are no mods that fulfill my requirements for these forums
Create your own.

Quote
could you please tell me how can i learn from these forums? like examples and all
Just look at the different functions and the file structure, install a few mods manually without using the package manager and get used to the code.If you want to do it yourself, this would be my recommended learning path: Learn PHP first, to a reasonable standard.  Then read about MVC.  Then learn to program in PHP using the DEVELOPMENT framework CodeIgniter.  Having done that, you can use something like FuelCMS to do anything you can imagine.

I would differ from kpac: if I were learning PHP, I would find SMF or phpBB a very INTIMIDATING place to start.  I would recommend building up the complexity gradually and learning some good programming techniques.  If you try to build it from scratch without these disciplines, you will more likely than not end up with a system that is EXTREMELY difficult to maintain in the future.  That's just the voice of painful experience speaking...  :-/


Discussion

No Comment Found