Frequently used PHP String Functions with Example & Explanation
In PHP there are more than hundred of String functions available freely to make string operations easier. But you must noticed during our day today…
PHP is a Server side Technology. It is open source and required very less infrastructure to Setup. Today in Globe there are million of PHP programmers. Developing a functionality from scratch is time consuming job. Looking into this here we are sharing various Solutions for PHP developers. Just Copy and Paste to implement your functionalities.
In PHP there are more than hundred of String functions available freely to make string operations easier. But you must noticed during our day today…
Web is the house of information. Millions are working Day & Night to make the Web better. In this rush to locate correct information from…
Decade back MS-Excel is one of most popular data inter-exchange platform. Looking into it’s popularity Excel file is supported by Window, Linux, Mac OS X,…
During Web Application designing to display bulk of records in distributed manner we use pagination. Assume in your Customers table you have more than 600…
In web Captcha is the Technique using which we can protect spam users. Today hackers are very cleaver. Let’s talk about a login page. Here…
JSON (JavaScript Object Notation) is a platform independent data inter-exchange technology. To bulid a JSON file we follow XML formatting. JavaScript program can easily convert…
To present bulk of data with parent child relationship Treeview is a classical approach. The major advantage of Treeview is using a Treeview we can…
In a Web application generally we use File to store data. Assume that in your CMS you want to generate HTML files for each content…
Jquery is a Client Side programming language. Independently using jquery it is not possible to upload a file to PHP Server. To upload a file…
In Software Designing “Zero Defects” is a Challenge. To achieve “Zero Defects” we depends upon many factors. Starting from “Developers Team” to “Quality Assurance” all…
PHP is a high level server side programming language. To upload an image file first you need to update the php.ini file. Open the php.ini…
Email is a cost effective solution to send & receive massages faster & secure. In web application development sending mail is a very common activity….
HTTP is a stateless protocol. During Client Server communication to maintain state we use some techniques. Cookie is one of them. Generally we use Cookies…
As we know HTTP is a stateless protocol. In web during Client Server communication to identify a particular user it is required to maintain state….