Hongmu Notes
How does Imperial CMS7.5 support the PHP7.* series?

How does Imperial CMS7.5 support the PHP7.* series? Program Notes Empire cms

When running on a PHP 7.0 or later runtime environment, follow these configuration steps for PHP 7.X compatibility in the following two scenarios: 1. For a new installation of Empire CMS: Simply select the "MySQLi" interface type during installation to support PHP 7.x series. 2. For existing Empire CMS installations being migrated to a PHP 7.0 or later runtime environment: Simply modify the configuration file /e/config/config.php by changing $ecms_...
👁 209
Example of front-end requesting data from back-end through ajax

Example of front-end requesting data from back-end through ajax Program Notes PbootCms

HTML code<form method="post"> <input type="text" name="word" id="shouji_haoma_num" value="" cl…
👁 186
css background image is fixed and does not scroll (background

css background image is fixed and does not scroll (background Language Notes CSS

background-attachment attribute body { background-image:url('smiley.gif'); background-repeat:no-repeat; background-attachment:fixed; } Tag definition and usage instructions background-atta…
👁 210
CSS border

CSS border Language Notes CSS

`div{border: 2px solid; border-radius: 25px;}` – Definition and Usage: The `border-radius` property is an shorthand property used to set the values for all four border-radius properties. Note: This property allows you to add rounded corners to an element! Default value: 0; Inheritance: no; Version: CSS3; JavaScript syntax: `ob...`
👁 176
What does css normalize.css do?

What does css normalize.css do? Language Notes CSS

Normalize.css ensures a more consistent rendering of all HTML elements across browsers and aligns them with modern web standards. It applies only to styles that require normalization. Although Normalize.css is a very small CSS file, it provides highly consistent styling across browsers for complex HTML elements. Compared to traditional CSS resets, Nor...
👁 344
Empire cms calls articles based on keywords

Empire cms calls articles based on keywords Program Notes Empire cms

EmpireCMS retrieves articles based on keywords <?php if ($navinfor['keyboard']) { $c_key=explode(',',$navinfor['keyboard']); $count=count($c_key); for($i=0;$i<$count; $i++); {if (...
👁 288
Pitfalls of css3 responsive layout

Pitfalls of css3 responsive layout Language Notes CSS

When implementing a responsive layout, due to limited familiarity with floating layouts, I opted to use the latest CSS3 Flexbox and Grid layouts instead – which led to some unexpected challenges during the implementation. Previous code: @media (max-width: 570px) {} @media (max-width: 992px) {} Note: When writing CSS, it's best to clearly define the responsive scope; if you only...
👁 119
Summary of css3 border properties (how to set the border dotted line?)

Summary of css3 border properties (how to set the border dotted line?) Language Notes CSS

`border` syntax: `border: <line-width> || <line-style> || <color>; <line-width> = <length> | thin | medium | thick; <line-style>...`
👁 243
PHP modifies the contents of the php file

PHP modifies the contents of the php file Language Notes PHP

tweaking this PHP code a bit... (sweat) – There are four incoming parameters: the file name, the variable to match, the value, and the data type. The fourth parameter can be omitted... (sharp) // Configuration update function: function update_config($file, $ini, $value, $type = "string") {if (!file_exist...
👁 98
A website thumbnail generator written in html+css

A website thumbnail generator written in html+css Language Notes CSS

:: (Unhappy) The thumbnails for template websites are all really nice, so I thought, "Why not give it a try?" – and then I ended up just giving up: @ (Acting wealthy) I only created a version for the PC – you can just take screenshots of it on your computer:: (Cunning) Purpose: Allows you to generate your own website thumbnail previews {hide}{cloud title="Hongmu Website Thumbnail Generation Source Code"; type="lz"; url="htt..."}
👁 125
1 299 300 301 302 303 315

🔥 Popular articles

Empire CMS smart label call field collection

Empire CMS smart label call field collection Program Notes Empire cms

Collect and classify all fields that support smart tag calls into Empire CMS smart tags: [e:loop={column ID/topic ID, number of items displayed, operation type, only display pictures with titles, additional SQL conditions, display sorting}] Template code content [/e:loop] Calling time: <?=date('m-d',$bqr[newstime])?> <?=dat…
👁 3752
Imperial cms imitation website tutorial corresponding notes

Imperial cms imitation website tutorial corresponding notes Program Notes Empire cms

Hello everyone, welcome to learn the imperial cms imitation website tutorial. I am Hong Mu qq1810216796 QQ exchange group: 9589723231 Imperial cms website installation. Hello everyone, welcome to learn the imperial cms imitation website tutorial. I am Hong Mu qq: 1810216796 qq exchange group: 958972323 Build an imperial program. If you have a server and have built an imperial website on the server, then...
👁 3413
Empire cms7.5 payment upgraded and optimized version of the library sample automatically generates word/PDF documents paid copy download with payment system member center whole site template source code sitemap Baidu push + installation tutorial 014

Empire cms7.5 payment upgraded and optimized version of the library sample automatically generates word/PDF documents paid copy download with payment system member center whole site template source code sitemap Baidu push + installation tutorial 014 Practical Collection empire template

This set of templates has a complete member center on mobile and PC. The member center template is also very good! By the way, there are also corresponding locomotive collection rules! Regarding installation, upload the direct installation version, install it directly, and then restore the data in the background. There is a view more on the mobile phone. If there is a problem, you can copy the view more code in index.js on the PC. If it has not taken effect yet, please check whether the js file renderings are referenced...
👁 2697