the first picture is the generated html source code, and the second is the generated html file template file. but the source code typesetting is normal in the template file. After generating html, the indentation of the source code is confused. The...
A customer, who used to be a member who manages his store on the micro-life merchant platform, later wanted to use another cashier system (.net) to make a cashier. The micro-living platform provides api documents, and the interface data of transaction co...
as the title: there is a js button in the a.php page that triggers the execution of b.php Q: how to write code in b.php to prevent browsing that is not triggered by the js button in a.php? (without session) ...
I use the quill editor but I don t know how to add slices. the current situation is to add slices directly, but it doesn t work after sending it out . how do I deal with the photos on the editor that I can batch upload to the file I specified and th...
:win10 :docker mysql:5.7 $con = mysqli_connect("127.0.0.1","root","root"); var_dump(mysqli_connect_error()); :string(18) "Connection refused" $con2 = mysqli_connect("localhost","root","ro...
the environment is windows,php5.5,codeigniter 3.1.8 the code is as follows: <?php session_start(); $_SESSION[ admin ]="1"; $str =array("_SESSION"=>array("isadmin"=>"admin",&quo...
premise: to generate a landing page according to a template, DB stores only the pictures or text information to be replaced. < hr > to make an online landing page creation tool, how to realize the preview function after the H5 page is finished, simil...
how do you loop this array like this? The tag of the array is divided into TagId and TagKey $PlatformId=2; $TEST_POST = array ( op0-0forth = > = , tag0-0forth = > 3AND , op0-1 scene = > = = , tag0-1century = > 3jingle , Operate1-0...
how does a method such as inside the User model get the data? Is it wrong to write like this? public static function getuid($value){ return $this->where( username ,$value)->find(); } ...
specific questions found that some people can not open my website https: miaoqiang.name, or open super slowly, or display the text on the page, the css style does not load that. the server is the server of Aliyun Hong Kong, and the certificate i...
1. What kind of record is used in the card game record? I think MongoDB would be better, wouldn t it? 2. Is the logic of playing cards in any language? Is it okay to develop with php ? 3. are the rules of the game and card logic quite difficult? ...
want to check whether php has js pm2-like log function when it interacts with the backend, there will be log~ I found that this is not wrong to use to ask whether php has . ...
such as the title, because to import the data in the csv file, the file format is not UTF-8, it is garbled on the web page, as shown in the following figure. if it is in UTF-8 format, the display is normal Chinese, no problem. so I d like to ask...
the framework uses version 1.1 of Yii, $count=EblsGoods::model() ->updateAll( [ Stock =>100], Id=:test1andBeeGoodId=:test2 ,array( :test1 =>1, :test2 =>8) ); the condition for updating the database is that it conforms to I...
to make a recharge diamond system, I have no experience. I would like to ask the gods to make recharge records and expense records in one table, or separately from two tables? What are the advantages and disadvantages of each? ...
using PHP s cURL to simulate login but every time POST is unsuccessful check the cURL document and find that cURL only provides a way to display the header part is there any tool or method that can check the specific information of the request sent b...
Today, I took a look at a piece of code of the thinksns+ project. I don t understand what string means after the method name. I haven t seen it before. Can anyone explain it? protected function username(): string { return userna...
php7.2-I | grep xdebug Failed loading usr lib php 20151012 xdebug.so: usr lib php 20151012 xdebug.so: undefined symbol: php_log_err ...
divide the following strings into the array according to the rules. "Li Ming: 60; Xiaohua: 76; Xiaowen: 90; Xiaomei: 85; Zhang Hua: 68; Li Yang: 74; Tiantian: 90; Wang Qiang: 69; Xiaohe: 87; Liu Yang: 72 " var scoreinfos=":60; :76; :90; :85;...
first of all, I have made sure that overtrue laravel-wechat is installed correctly and returned correctly after testing, as shown in figure : : : I have made sure that appid is correct. environment: local testing, non-online testing, I am abou...