How to Post Java Source Codes in phpBB
- 1). Open a Web browser tab and log in to your phpBB forum using your posting username and password.
- 2). Click the "New Thread" button to create a new thread, or click "Reply" to add a post to an existing phpBB thread.
- 3). Type the "code" tag into your post. The following BBCode is the "code" tag for Java posts:
[code] [/code] - 4). Add your Java code between the code tags. For instance, the following Java code creates a variable:
string mycode = "This is a test";
Source...