
Search In
PHP provides a lot of functions for manipulation of string and array. Many times we need to convert a string into an array to perform operations. This article demonstrate details of different functions which can be used to convert a string into an ar
This example will help a user to get the current time,date, day, month and the year.
Here we have used JavaScript Date class and the following methods of Date class.
getFullYear(); getFullYear() returns a four-digit number
getMont
Programmers,
I wrote a registration.php (member reg) and it was working fine but the coding was not perfect (old version).
Neated-up the new version but I see a complete blank page once I click "Register" button. I do not get this mssg any
Whether it is on-boarding training, technical skills development training, compliance training, or any other type of training program, it is crucial for organizations to take proactive steps in educating their workforce. However, while it is importan
PHP is one of the most popular server side scripting language which is used for web development. As stated in [1] currently more than 82% of websites are powered by PHP and with the release of a new version (PHP 7), PHP becomes more stable and b
In Laravel, many times we may need to create a link to download sample CSV file. So that user can download sample CSV file from our website and upload correct formatted file.
It's a very simple task and to accomplish that we need to follow followin
Hello Readers
A component is an independent piece of code written for specific task in cakephp that can be used for Emails, RequestHandling etc.
Components is basically a package of logics that are shared between controllers. User also create their
Creating image rotation using Image magic by command line.
Some time image taken from iphone when uploaded on the website gets rotated .We can easily find that the image is rotated and can rotate is back by using the following code.
$rotableImage
Selenium- Selenium is a testing framework for web applications. Selenium is a suit of tools for web browser automation and it is composed of:-
Selenium IDE
Selenium RC
Selenium Webdriver
Selenium Grid
It provides a test domain-specific language
Laravel Queue is one of the best feather of laravel 4.x. When we want to make our site fast and we have to fetch and store large amount of data then we will run our query on back end. In laravel 4.x by using queue we can run time consuming on back en
