Author: SSWUG Research

Community

Working with XML in PHP

(Oso Oluwafemi Ebenezer) I had to store some data without using MySQL in a project I am currently working on because of speed and large number of connection which I know MySQL cannot handle. The only idea that came to my head was to use shared memory and XML.