Tag: PHP
-
Google Chart with PHP and MySQLi Database using Google API
Click or not: Google Chart with PHP and MySQLi Database using Google API[button-blue url=”http://demos.eggslab.net/Google-Chart-with-PHP-MySQLi-Database” target=”_blank” position=””]LIVE DEMO[/button-blue][button-green url=”http://demos.eggslab.net/downloads/15″ target=”_blank” position=””]DOWNLOAD[/button-green] A chart is a graphical representation of data in which “the data is represented by symbols, such as bars in a bar chart, lines in a line chart, or slices in a pie chart.” Putting up a chart or graph in your report or presentation will make… …
-
Error Handling in PHP
Click or not: Error Handling in PHPError handling is a very important part of creating web applications. If your code is not efficient, then you may receive error messages. Also, it will put your application in a risky position. Let us examine some methods of dealing with errors in PHP. Default Error Handling in PHP By default, error handling in… …
-
Sending Emails in PHP with PHP Mailer
Click or not: Sending Emails in PHP with PHP MailerPHP has its own built in mail() function which is used to send emails. But it’s not flexible to use for sending emails as there is no guarantee about email delivery and it also take a lot of time to send email. There is one more disadvantage of this mail, that is most of emails… …
-
How to Make Basic URL Shortener in PHP and MySQLi
Click or not: How to Make Basic URL Shortener in PHP and MySQLiYou might be using bit.ly, goo.gl, tinyurl.com or maybe some other URL shortener service to shorten your URL. It’s true that long URL doesn’t look pretty when you are sharing it with your friends or colleagues through email or messages. And I agree for every problem there is a solution on the internet. When you… …
-
Why to Choose PHP?
Click or not: Why to Choose PHP?No doubt PHP has many benefits, and the reason for which it has become the most accepted web development language. IT companies either big or small are using PHP for creating multiple types of web applications. One can realize the worth of PHP from the fact that huge applications like Facebook and WordPress are using… …
-
Email Verification Script using PHP and MySQLi
Click or not: Email Verification Script using PHP and MySQLiIn last article we have learned How to Create Registration Form with PHP and MySQLi. Now you might be looking for that How to send a email confirmation link or email to newly registered user in order to prevent from spamming. So here I am going to show you that how we can send confirmation… …
-
Creating Registration Form with PHP and MySQLi
Click or not: Creating Registration Form with PHP and MySQLiIn previous post we have learned to create a secure login system with session. Now let’s have look at How to Create a Registration Form with PHP and MySQLi. Well it’s quite easy and can be use for different purposes. It can be use to Register a new member on your membership website or you… …
-
Get Facebook Likes Count with PHP
Click or not: Get Facebook Likes Count with PHPThis tutorial will help you to get Facebook Likes, Shares and Comments of any Facebook Page or External Link. I have make a function fb_count() that will fetch Facebook likes, shares and comments from Facebook Database. Under this function we make a query that will get likes, shares and comments from facebook database and response… …
-
PHP Login Script with Session
Click or not: PHP Login Script with SessionIn this tutorial we are going to learn that How to Make a Login Form with Session in PHP. These days almost every website require a Login System for their website to protect their precious data from unauthorized access. I try my best to explain every thing in this article. If you need any type of… …
-
Google reCAPTCHA Tutorial
Click or not: Google reCAPTCHA TutorialGoogle has recently announced new service to prevent your website from spammers and attackers. It’s completely new reCAPTCHA API called “Are you a Robot?”. They named it “NO CAPTCHA reCAPTCHA”. It is designed to prevent your websites from attackers and spammer. [button-blue url=”http://demos.eggslab.net/Google-reCAPTCHA/” target=”_blank” position=””]Live Demo[/button-blue][button-green url=”http://demos.eggslab.net/downloads/5″ target=”_blank” position=””]Download[/button-green] In this tutorial we are going to learn… …