css invert color

September 24th, 2020

.dark-mode{

filter: invert(1) hue-rotate(180deg)

}

 

.invert {

filter: invert(1) hue-rotate(180deg)

}

 

CSS, Style

[Solve]PHP Warning: ftp_put(): PORT command successful

October 3rd, 2013

PHP Warning:  ftp_put(): PORT command successful. in /mnt/drive2/cron_job/ftp.php on line 49

I got this problem. And I check the solution on the website – add the ftp_pasv() after ftp_login()

But I still got this problem.  And I found out the problem in PHP. The problem is the command exceed the length. Please check your path.

PHP, Program , ,

PHP export Excel Currency Style

April 17th, 2013
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 12288 bytes) in /volume1/web/mylife/wp-includes/wp-db.php on line 2022