Php-module compiled DLL

  Cd [your-module-dir] 

  Export PHP_PREFIX = "[your php install full path]" 
  $ PHP_PREFIX / bin / phpize 
  . / Configure - enable-[module name] = shared - with-php-config = $ PHP_PREFIX / bin / php-config 
  Make …

Deal with the anomalies to be arrested

  In our procedure is not all the anomalies have been arrested, some because we do not want to catch, because we believe that there was no need to capture those anomalies 

  And some is that we can…

PHP skills - reading the article on the Lotus Notes

  N wrote years ago, the two methods: 

  First, it will directly NOTES, in a written view, and then use <IFRAME> included, such as: 

  <iframe Src="news.nsf/newinfo?OpenPage&Start=1&Count=1000&Collapse=1.1" width="150"…

PHP skills - through the use of COM ADODB

  To achieve the following features, please ensure that the com.allow_dcom php.ini option has been set to true. 

  First, preparation work 

  ACCESS a new database, and was named db.mdb, and then the database in a new table comtest, including…

Php Properties - cache (c)

  Start thinking a bit confused, not because of any other reason is because the front too chaotic. Write. 

  Cache biggest problem is how to control period. 

  1 practice: Active update.    When a new data entry or data update, delete the corresponding…

For comparison, and Foreach

  C # code: 
  Public int LoopTest () 
  ( 
  Int s = 0; 

  Int [] array 2,3,4,5,6,7,8,9 = (); 

  For (int k = 0; k <= 7; k + +) 
  ( 
  S + = array [k]; …

Most “lethal” website Palette

  In web site design, web pages on the color is usually the designer or intuitive feelings of many repeated experiments: for example, the main page color color choices, considering the various color hue, saturation, and so on … and eventually to achieve better matching results. 

PHP skills - more and more firms are displaying data

  Sample code: 

  <? Php 
  Echo "<table width=100% border=1 cellspacing=0 cellpadding=4> \ n"; 
  $ Curcol = 0; / / current out 
  $ Percol = 7; / / each line 7 
  $ Fixcol…

Notes of the ANSI C programming chapter - (d) Analysis of XML Automata

  Notes of the ANSI C programming chapter - (d) Analysis of XML Automata in achieving a common connector, and two hash table fork of the tree, I can use these functions to an XML analysis tool.    XML in its standard structure, strict grammar, powerful description, as well as independent…

Php of a generation of RSS2.0

  The want to write a blog in the past, but due to lack of time, some of its own code is not feeling well, so a drop Later that csdn out blog, huh.    Under this good, do not have their own work to.    . 

  Now given a written can also think of the php code,…