Laravel-5 Framework Training @ Webs Jyoti Laravel-5 Framework Training @ Webs Jyoti : Laravel is a free, open-source PHP web framework, created by Taylor Otwell
Month: April 2017
Data Sending Ways in PHP
There are some certain ways to send your information or data to the PHP page- Using Form Methods – Get & Post Using Cookies
Error Handling in PHP
Error handling is the process of catching errors from the program and then taking appropriate action. Before proceeding for error handling you should get
PHP – Strings Functions
String functions are the most important functions frequently used in PHP. String is the sequence of characters, like “Let’s learn String functions”. There is
OOPs Concepts – PHP
OOP is intimidating to a lot of developers because it introduces new syntax and, at a glance, appears to be far more complex than
Working with Images – PHP
We need to create an HTML form that allows you to choose the file to be uploaded. Note: please make sure you have form
Sending email – Mail Function in PHP
Almost in every web application sending automated email by system is the common requirement. So, it’s very common and important part that must be
Managing Sessions & Cookies
The basic task of both cookies and sessions is to store visitor data so that it can be accessed by every page on a
Require () and Include () function in PHP
The Include() and require() statements are used to insert codes written in other files, in the flow of execution. The main of using include
Introduction to Ajax
Ajax (Asynchronous Java script And XML) Introduction In Jesse Garrett’s original article that coined the term, it was AJAX. The “X” in AJAX really stands for