Search array values in string in php

JS Pixels March 22, 2012
If we have to search an array values in string two possible situations arise. 1. The string contains all array values. 2. The string co...Read More
Search array values in string in php Search array values in string in php Reviewed by JS Pixels on March 22, 2012 Rating: 5

HTTP status codes and its meaning

JS Pixels March 22, 2012
HTTP status codes are the codes that the Web server uses to communicate with the Web browser or user agent. Here is a list of HTTP statu...Read More
HTTP status codes and its meaning HTTP status codes and its meaning Reviewed by JS Pixels on March 22, 2012 Rating: 5

Send simple and html email in php

JS Pixels March 08, 2012
Sending emails in php is quite easy. Use php function mail() to send an email. At a minimum, mail() requires three arguments. (1) A str...Read More
Send simple and html email in php Send simple and html email in php Reviewed by JS Pixels on March 08, 2012 Rating: 5

Convert 1000 to K format in php

JS Pixels February 28, 2012
There are times when we need to display our currency in K, M and B format. As our currency becomes to long to manage. Here is a little ...Read More
Convert 1000 to K format in php Convert 1000 to K format in php Reviewed by JS Pixels on February 28, 2012 Rating: 5

Get text between two strings in php

JS Pixels February 26, 2012
A little but useful function to get text between two specified strings. It takes three parameters. The source, start and end. And return...Read More
Get text between two strings in php Get text between two strings in php Reviewed by JS Pixels on February 26, 2012 Rating: 5
Get date difference between two dates in php Get date difference between two dates in php Reviewed by JS Pixels on February 24, 2012 Rating: 5

Working with cURL in php

JS Pixels February 22, 2012
cURL is a very powerful library of PHP, also known as client URL (cURL). It allows us to connect and communicate to many different types...Read More
Working with cURL in php Working with cURL in php Reviewed by JS Pixels on February 22, 2012 Rating: 5
Altaf Web. Powered by Blogger.