Google Chart with PHP and MySQLi Database using Google API
A chart is a graphical representation of data in which “the data is represented by symbols, such as bars in […]
A chart is a graphical representation of data in which “the data is represented by symbols, such as bars in […]
Recently I have cover few topics on user authentication like PHP Login System, Register new user and Email verification when
Error handling is a very important part of creating web applications. If your code is not efficient, then you
I got several requests for Social Login using PHP, so here is my first tutorial on this series. In this
1. Right. 2. That’s why most of programmers don’t wear glasses. 3. Programmer’s Logic 4. Try it! 5. When your
PHP has its own built in mail() function which is used to send emails. But it’s not flexible to use
You might be using bit.ly, goo.gl, tinyurl.com or maybe some other URL shortener service to shorten your URL. It’s true
No doubt PHP has many benefits, and the reason for which it has become the most accepted web development language.
In last article we have learned How to Create Registration Form with PHP and MySQLi. Now you might be looking
In previous post we have learned to create a secure login system with session. Now let’s have look at How