PHP 
The PHP module is used to display dynamic content on your page - content that would change over time or that needs information from the database. It is in the module category Generic.


The PHP module has two different options:

Title
This is the title that will show above the PHP module on the page.

PHP Code
This is where you would input your valid PHP for the module. Please make sure you use valid PHP or you could possibly break your page.

Some examples of valid PHP to use in this module:
echo “Hello World!”;
The output in the PHP module would then be:
Hello World
echo "Hello ". vB5_User::get('username') .", how are you doing today?";
The output in the PHP module would then be:
Hello <username>, how are you doing today?
<<image goes here of actual module on the page>>
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.