SmSoft single web page management system is a php single web page management system developed with php+MySQL.
Call instructions:
Change the webpage that needs to call variables into PHP format, and then you can output the variables.
All variables:
$sysinfo system information variable
$custom custom variables
$mail mailbox information variable
Please print_r variable name to view the detailed value in the array to call
Call example:
In the example, the keyword field set by the system is called and transcoded to GB2312. There is also the UTF8() transcoding function.
Form submission instructions
The action for form submission is: SmSoft/post.php
When the form is submitted, all fields will be processed by SmSoft/filter.php, leaving only the form values that exist in the filter.php array.
The key name of the array member (left) is the Name value of each form item, and the key value on the right is the corresponding display name (Chinese characters)
Name=>Display name
If you have installed this system, you can view the test.php calling example