var_dump trên pro dựa theo ip
Thêm đoạn code trên vào đầu index.php. Sử dụng dd để debug hoặc if(isDev){…} 118.70.15.19 là địa chỉ ip của cty hà nội
Thêm đoạn code trên vào đầu index.php. Sử dụng dd để debug hoặc if(isDev){…} 118.70.15.19 là địa chỉ ip của cty hà nội
string 1 và 2 nhìn giống hệt nhau, trên trình duyệt search dùng ra 2 string đó là match, nhưng khi so sánh thì không = nhau trong php string 3 là htmlentities(string2) thì xuất hiện chữ ê theo định dạng khác, htmlentities của string1 vẫn giống hệt string1 Giải . . . Read more
Sorry you have no rights to view this entry!
ALTER TABLE emailtable ADD UNIQUE (Email); ALTER TABLE emailtable ADD INDEX `EmailIndex` (`Email`);
First, install Composer if you don’t yet have it: php -r “eval(‘?>’.file_get_contents(‘https://getcomposer.org/installer’));” Create a composer.json file with the following content: { “require”: { “apache/log4php”: “2.3.0” } } Run the Composer install procedure: php composer.phar install This will install Apache log4php in vendor/apache/log4php. To use log4php simply include vendor/autoload.php in your script. require ‘vendor/autoload.php’; $log = . . . Read more
Sorry you have no rights to view this entry!
Sorry you have no rights to view this entry!
Let’s say you have already added/committed some files to your git repository and you then add them to your .gitignore; these files will still be present in your repository index. This article we will see how to get rid of them. Step 1: Commit all your changes Before proceeding, make . . . Read more
Chạy: pip install requests==2.6.0 easy_install –upgrade pip
Sorry you have no rights to view this entry!