Do you own a eCommerce website where your website generate invoices ? Do you want to provide invoice or billing details to your customers in form of a PDF file ? If Yes then here is a good step by step guide for you to make a PDF file with those details using PHP. In…
Continue Reading …
Tips To Create PDF File In PHP | Tutorials
Fetch Products Details From Category / Database With AJAX
One day while creating a shoping cart website i felt “instead of fetching data with normal coded, why should not fetch the data with AJAX”, because it is very useful to improve page load speed as it loads only necessary part of the webpage.So i searched a lot on the web and got the solution.I…
Continue Reading …
Learn How To Send Email From PHP Script

In this post you will learn how to send email from PHP script. This is a very simple but very use full PHP snippet to send email. You may easily configure this script as per your need. Things to remember : Always use you valid email address in “From” field, the email address should be created from…
Continue Reading …
How To Make PHP Friends Request System In PHP, Mysql
Now a day, a lots of people search for PHP friendship request system everyday.Because social feature is a widely used feature of a website. Here we are presenting a simple PHP friends request system. It is very simple friend request system to use and have good features.You may easily customize this snippet as per your need.If may contact…
Continue Reading …
Download file to server via URL using PHP
This is small coding to download file to your server via url of the content, you just need to enter the url of the file and the content will be downloaded directly to your server. Here is how it can be done – <form method=”post”> <input name=”url” size=”50″ /> <input name=”submit” type=”submit” /> </form> <?php…
Continue Reading …




Recent Comments