Upload an image or file to your server without using your FTP. Step 1: Open a web editor, then paste…
How to send Email attachment using core php email function. Here we have created a new example where you can…
Once you declared constant variable you just need to include that file and use variables<?phpDEFINE('PATH','http://www.google.com');echo PATH;?>output http://www.google.com
Here is a simple example how to use header() function to redirect page from one page to another. <?php//Redirect page…
Here is simple code to illustrate use of session to store array that can be used in other script.<?phpsession_start();$_SESSION['type'] =…
Here you can learn Upload Image and at a same time information stored into database.<?php//define a maxim size for the…
Today, this article will walk you through the most commonly asked PHP interview questions and answers for freshers and experienced…
Here is a simple example how to use array in html form element to store multiple value under single name.<html><head><title>Use…
By default,most server allow max 2MB file size to upload on server.but in some case you have to change to…