I am reading the document of WHM and Cpanel ,I notice one line:
&You can use PHP code in cPanel themes. Example:
$varible = '&cpanel print=&$CPDATA{'DNS'}&&';
What is this means ? There is no php code in this example.
Cpanel can use php code in theme ?
If I want to let my clients submit a trouble ticket while they in the control panel, I want to pass some verible like domain,username,email to my ticketing system which is written by php, how should I do ?
&You can use PHP code in cPanel themes. Example:
$varible = '&cpanel print=&$CPDATA{'DNS'}&&';
What is this means ? There is no php code in this example.
Cpanel can use php code in theme ?
If I want to let my clients submit a trouble ticket while they in the control panel, I want to pass some verible like domain,username,email to my ticketing system which is written by php, how should I do ?