Download file script with speed limit using php
This post i am explain about how to download file based on given speed limit. This test.zip file is downloaded based on the speed limit …
This post i am explain about how to download file based on given speed limit. This test.zip file is downloaded based on the speed limit …
In this tutorial i am explain about how to create a complete registration form using html and how to give the validation for this form …
This tutorial i am explain about to how to upload files to MYSQL Database and Download files from MYSQL data. Upload.php <!doctype html> <html> <head> …
This post is used to handle the html form and display the current function calling $_php_self . Code: <?php if( $_POST[“name”] || $_POST[“age”] ) …
This post is used to display the images Randomly using php code. Randomly means it displays the image when u refresh the page it displays …
This post helps to identify your browser and your Platform using php code. PHP have some environment variable and functions, HTTP_USER_AGENT is a one of …
In this tutorial i am explain about how to create fixed background image. In this case the background image is fixed it doesn’t move It …
This post i am explain about how to check the confirmation from email , it is very simple and easy to identify the customer email …
This post i am explain about how to check the confirmation from email , it is very simple and easy to identify the customer email …
This tutorial i am explain about how to check the username live availability using php and ajax concept, This is a simple concept to check …