Creating Simple Form using PHP and MySql
HTML forms are an essential part of the web development process, allowing us to gather data from user inputs. We can use this data to send emails, change interfaces, layouts, or save it directly to a MySQL table.
Today, we will create a simple HTML form to collect a user’s name, email, and message text, and use PHP to save the collected data into a MySQL database table. This is a common scenario in web development where we often need to store user data.
Shorten URLs using Bit.ly API (PHP)
Here’s PHP function that comes in handy when you want to shorten long URLs into short Bit.ly URLs, before sharing it to Twitter or other Social networks. First you need to create Bit.ly OAuth application here, when you create an application you will be able to generate “Generic Access Token” under this application to make API requests on behalf of your own account.
10 Reasons To Own A Blog As A Freelancer
Lots of freelancers own blogs nowadays. It comes with plenty of advantages and benefits and therefore it is understandable why they would choose this means of communicating with their clients. If you are a freelancer but you haven’t started blogging yet, this article will show you why it would be a great idea to own a blog. To be more precise, what is to come will present you a list of ten reasons why you, the freelancer, should try this on.
Multiple Items PHP Shopping Cart to PayPal
In the previous post, we had created a simple PHP session based shopping cart, now in this article we will integrating this shopping cart with our PayPal express checkout system. Main idea is to let users buy multiple items using PayPal, shopping cart collects the items users want to buy and then they’ll be able to pay for multiple items using their PayPal account.