PayPal is a payment processing system, We can integrate PayPal with websites by using with php. PayPal integration file system PayPal integration file system included 4 files as shown below.... Read more
Just a few days before, Facebook has launched Reactions, an extension of Like button. I succeeded in implementing the same in my WallScript 8, Build Your Own Social Network. Here is a quick... Read more
Most of the people prefer to shop online which made eCommerce to grow rapidly. But, what makes an excellent eCommerce site for the customers? The answer is – an excellent checkout proc... Read more
The error functions are used to deal with error handling and logging. The error functions allow us to define own error handling rules, and modify the way the errors can be logged. The loggin... Read more
PHP is a open source, interpreted and object-oriented scripting language i.e. executed at server side. It is used to develop web applications. PHP is a server side scripting language PHP is... Read more
For a complete list of variable functions see http://www.php.net/manual/en/ref.var.php. PHP provides built-in functions for checking if a variable exists, checking if a variable holds a valu... Read more
Before we look at PHP syntax, we should briefly mention the php.ini file. This is a plain text file that is used to configure PHP. When the PHP interpreter is started, it reads the php.ini f... Read more
How to implement email verification system using PHP. This is very basic tutorial explained how to create database and proper activation code. Implemented with mysqli_() fuctions, because my... Read more