The example in this article describes the method of integrating Qiannao Netdisk with Imperial CMS. Share it with everyone for your reference. The specific implementation method is as follows:
1. Add a field in the background, field name: wp
2. Replace the html code in the input form:
The code is as follows:
<input name="wp" style="width:600px;" type="text" id="wp" value="<?=$ecmsfirstpost==1?"":htmlspecialchars (stripSlashes($r[wp]))?>" size=""> <iframe id="qn_upload" style="border:1px solid #999; padding-top:10px;" frameborder="0" src="http://www.qiannao.com/upload/dzupload.html?userId=a681861" width="98%" height="140" scrolling="auto" allowTransparency="true"></iframe>
Fill in other options by yourself, just replace the Qiannao network disk ID you applied for with the value of userId a681861.
Recommended to study "Empire cms tutorial"
I hope this article will be helpful to everyone’s Imperial CMS website building.
The above is the detailed content of A super practical method for integrating Qiannao Netdisk with Imperial CMS. For more information, please follow other related articles on the PHP Chinese website!