$table_version
A string representing the version of the tax table.
value = $table_version
| Part | Description |
|---|---|
| value | A string result. |
Example
Section titled “Example”Get the table version:
<?phpinclude 'taxes.php';print $table_version;?>A string representing the version of the tax table.
value = $table_version
| Part | Description |
|---|---|
| value | A string result. |
Get the table version:
<?phpinclude 'taxes.php';print $table_version;?>