Menu
Home
Recent Posts
No posts with label
C++
.
Show all posts
No posts with label
C++
.
Show all posts
Home
Subscribe to:
Comments (Atom)
Development and programming answers
Search articles
Popular Posts
How to: Calculate the difference between 2 dates in PHP
Input: Start Date : 2007 - 03 - 24 End Date : 2009 - 06 - 26 Output: 2 years , 3 months and 2 days Use strtotime() to conve...
PHP: Highlight difference between two strings
You can use the PHP Inline-Diff package . It suits your needs, and is quite customisable as well. It's also licensed under the GPL, so...
How to read/write a MS Word file from PHP
Reading binary Word documents would involve creating a parser according to the published file format specifications for the DOC format. I th...
How to: Transact MySQL and PHP
The idea I generally use when working with transactions looks like this (semi-pseudo-code): try { // First of all, let's begin a...
What is NoSQL?
A list of (possible) definitions for NoSQL (also referred to as NoSQL databases or NoSQL stores): NoSQL is a movement promoting a loosely ...