Month: August 2014
-
Post Views: 16 http://cn2.php.net/manual/zh/function.file.php file — read the entire file into an array, through the file function, you can directly correspond to the data in the database one by one, and complete the modification of the data!
-
Post Views: 15 deprecated: function set_magic_quotes_runtime() is deprecated in e: \wwwroot\city.chengdu.cn\include\common.inc.php on line 39 warning Since PHP 5.3.0, this function has been discarded. It is strongly recommended not to apply this function. The reason is this! The solution is: //set_magic_quotes_runtime(false); //Disable to escape the input of external resource input ini_set(“magic_quotes_runtime”,”0″); magic_quotes_runtime “0” Remove this option in PHP…
-
Post Views: 14 The expected effect is as follows: The final code structure is as follows: as follows: In the old version, if the HTML parameter of the content ishtmlElementtype, after clicking the cancel button, its content will automatically replay the original call position, but v6 is clicking the cancel button After that, the original position of the content is…
-
Post Views: 14 Initial plan adoptshttp://www.jplayer.org/的,但是发现其在IE6下不支持全屏,而http://www.jwplayer.com/对于IE6/7的支持也不甚理想了,最终决定还是采用http://flowplayer.org/! Provide download address: https://releases.flowplayer.org/5.4.6/flowplayer-5.4.6.zip https://releases.flowplayer.org/flowplayer/flowplayer-3.2.18.zip Provides a code example that implements RTMP live broadcast: flowplayer The final effect is as follows:
