PHPHelp
phphelp.com
PHPHelp
Online Community that helps beginners learn PHP, and webmasters solve PHP coding problems since 1999
PHP Freaks
forums.phpfreaks.com
Forums - PHP Freaks
PHPF Discord Server - Join us! ... Introduce yourself and get to know your fellow Freaks. ... Do you need help with some code you wrote? Ask here! ... All that regular expression stuff you were never able to figure out. ... Need help with code someone else wrote? Post your question here. ... Check here first for questions that come up a lot. READ-ONLY ... Microsoft SQL Forums - Related to PHP Programming.
Videos
04:13:18
PHP User Forum with comment system + Source code #3 | Beginner ...
01:09:33
PHP User Forum with comment system + Source code | Beginner level ...
03:40:29
PHP User Forum with comment system + Source code #2 | Beginner ...
19:37
Online Discussion Forum System | PHP Projects - YouTube
14:51
Create a PHP Forum Pt 5 - YouTube
Devsense
community.devsense.com
PHP Tools Community Forum | DEVSENSE
Welcome to our community forum. This is an open discussion forum where we try to help and guide you through using Devsense's PHP Tools software. We're here to help!
Reddit
reddit.com βΊ r βΊ PHPhelp
r/PHPhelp
February 3, 2010 - r/PHPhelp: This subreddit is for anyone who has questions about their PHP code. Please read and understand the rules before creating a post.
PHP Freaks
forums.phpfreaks.com βΊ php coding
PHP Coding Help - PHP Freaks
Do you need help with some code you wrote? Ask here!
Phpfreaks
phpfreaks.com
PHP Freaks - PHP Help Index
PHP Freaks is a website dedicated to learning and teaching PHP. Here you will find a forum consisting of 173,006 members who have posted a total of 1,536,955 posts on the forums. Additionally, we have tutorials covering various aspects of PHP and you will find news syndicated from other websites ...
Phpcommunity
phpcommunity.org
PHP Community
We're an active and vibrant community of programmers that has grown up around an affinity for the PHP programming language.
Stack Overflow
stackoverflow.com βΊ questions βΊ tagged βΊ php
Newest 'php' Questions - Stack Overflow
Iβm working on a CodeIgniter (PHP) app with a 2-stage batch process: Cron 1 (syncAndPrepareQRTokens) sync eligible members to member_benefits generate qr_code_token Cron 2 (execute) generate PDF + ...
MySQL
forums.mysql.com
MySQL :: MySQL Forums
Forum for MySQL and PHP.
phpBB
phpbb.com βΊ board index βΊ support forums
phpBB β’ Support Forums
Help with installation & running phpBB β search first! Discuss and view Extensions that are available for download. Discuss and view Styles that are available for download. Discussions on all things phpBB: features, future, etc. General discussion and intelligent conversations. Bleeding edge testing and development discussion. ... [3.3.x] Support Forum ...
DirectAdmin
forum.directadmin.com
DirectAdmin Forums
Sub-forums Β· Required Software Version Updates Β· 3rd Party Software Version Updates Β· Threads Β· 310 Β· Messages Β· 1.7K Β· E Β· PHP 8.5.5, 8.4.20 Β· Apr 11, 2026 Β· Erulezz Β· This area contains our "help wanted" ads. and help requests from other DA users.
PHPBuilder
board.phpbuilder.com
PHPBuilder Forums
The energetic, vibrant community of developers that are passionate and dedicated to sharing and learning more about PHP.
PHPJunkyard
developers.phpjunkyard.com βΊ php scripts βΊ support forum
PHPJunkyard support forum - PHP scripts
General discussion, suggestions and other junk Everything that doesn't belong to any other forum but this one. If it doesn't belong here then it ... well, it just doesn't. Moderator: mkoch227 ... Last post Re: Linkman 2.0.2 Page title β¦ by Sanchez$ View the latest post Wed Sep 17, 2025 9:32 am Β· CCount - click counter Post your Click counter digestion problems here ... GBook - guestbook Dr. GBooky is here to help you with your guestbook problems ... ... Other In case you have problems with some other PHPJunkyard script (not that there are THAT many).
CakePHP
discourse.cakephp.org
Cake Software Foundation, Inc. - CakePHP
Official forum for the CakePHP Project
Reddit
reddit.com βΊ r/phphelp βΊ i'd like to make a forum from start to finish... (i am new)
r/PHPhelp on Reddit: I'd like to make a Forum from start to finish... (I am new)
July 27, 2021 -
This is something I have always wanted to do. I have installed various pre-made message boards but I have never made one. I don't mind following some sort of tutorial if anyone can suggest one that I can later add on features and things to (I'd like to add things like PGP encryption for messaging eachother etc).
Can anyone point me in the right direction?
Basically, I want to learn
Top answer 1 of 4
6
i started learning php, and programming in general, by building an entire forum from scratch. i worked on that project for almost 6 months and trying to read that code today would be impossible. it was full of invulnerabilities, bugs. non-sense things and spaghetti code, but i actually learned a lot with that project. i don't want to discourage you, but it's almost impossible it will become something really great if you're new to programming, but i hope you'll learn as lot as i did and maybe one day you'll make another forum with all the gained knowledge. i started learning php by watching dani krossing 's php series. his tutorials may be not suitable for "advanced" programmers, but maybe you can understand where to start to build the structure of your forum (he did tutorials about the login system, uploading images, sessions, database interactions...)
2 of 4
1
Start by learning HTTP, PHP & OOP, SQL - JOINs, Indexes, Nested/Adjacent/Material lists etc, HTML, CSS, & JS. Learn about forms, validation, and sql injection. You will learn about CSS/JS frameworks early, learn PHP frameworks when you get more comfortable with OOP https://phptherightway.com/ helps. Then learn how to structure the code correctly. I've seen most forum code is a mess and your code will get messy too. https://www.nikolaposa.in.rs/blog/2017/01/16/on-structuring-php-projects/ Then look at forums sites and try to break down each section and code to each. News sites are no different just structured differently Look at reddit for instance and break it down a small part. Reddit is a forum with subforums. Each subforum is owned by a user ( r/phphelp is created by SoBoredAtWork). Each subforum has many moderators (SoBoredAtWork is a moderator as well). Starting there, the SQL tables could start looking like: Forums id name User id name ForumOwner forum_id user_id ForumModerator forum_id user_id *Note getting granular like this can get difficult in code, which is why you may see people combine information into one table. Read into databases normalization - https://en.wikipedia.org/wiki/Database_normalization PHP can start looking like: #View a subforum like r/PHPhelp $route->get('/r/:subforum', function ($subforum) { get info pass to templates }); Get the form to submit a phphelp post $route->get('/r/:subforum/submit', function ($subforum) { get text form & relevant info pass to templates }); Submit the form $route->post('/r/:subforum/submit', function ($subforum) { get the data from the form check validation if not ok, redirect with errors if ok, insert into db redirect with message });
CodingForum
codingforum.net
Web development forum for help on JavaScript, PHP, HTML, ASP.NET, XML, Perl and general web coding - CodingForum
Get help on JavaScript, PHP, HTML, CSS, ASP.NET, XML, Perl etc. and check out the job marketplace or sites/domains for sale
GitHub
github.com βΊ My-Little-Forum βΊ mylittleforum
GitHub - My-Little-Forum/mylittleforum: A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure) Β· GitHub
A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure) - My-Little-Forum/mylittleforum
Starred by 151 users
Forked by 51 users
Languages Β PHP 89.7% | Smarty 6.4% | JavaScript 1.9% | Yacc 1.1%
phpBB
phpbb.com
phpBB β’ Free and Open Source Forum Software
The Support related areas in our community forums. Visit our Discord or IRC support channels. Find a 3rd party support site in your first language. ... All Development Discussion takes place at Area51. Bug tracker, continuous integration and other development tools are located here. Find out how to get involved in phpBB development.
phpBB
phpbb.com βΊ board index
phpBB β’ Community Home
Custom BBCode Development and Requests Get help developing custom BBCodes or request one. Subforum: Validated BBCodes ... Last post Put active topics on my home β¦ by timeforhelp1 View the latest post Tue Apr 14, 2026 12:25 pm ... [4.0.x] Feedback and support Provide any feedback for our new upcoming version of phpBB4. Please keep in mind that this is an alpha release and is not recommended for live forums