Category Archives: About PHP
An introduction to Facebook’s PHP SDK- Creating a Sentiment Analysis app
We will be building a simple app which takes from the user the id/name of a Facebook page (the name written in the URL when visiting a Facebook page) and shows some statistics related to the sentiment of the last 100 posts of that Facebook page. It shows whether the page is positive, negative or neutral, how many of the last one hundred posts are considered positive, negative or neutral and it pinpoint the total distribution of positivity, negativity and neutrality in those posts.
[ Read More ]
Creating a service which converts images to ASCII in PHP
Have you ever wanted to send, display or use colored ASCII versions of real images? Well, it turns out this is not something very hard to achieve with PHP. In this tutorial, we are going to create a simple class which has the capabilities to convert all kinds of URLs to jpg/gif/png images to ASCII and show the ASCII in dimensions specified by the user (we shall resize the image to the specified by the user dimensions before converting it to ASCII). Furthermore, we will build a simple web interface where users can give URLs to images and their desired dimensions and see the ASCII output as well as the HTML code that they can use to add the ASCII elsewhere.
[ Read More ]
How to get Facebook Page Feed with graph API using PHP & MySQL
In this tutorial I will show you that how to get Facebook pages public feed using graph API without any authentication. You can run this script on console, on local host or you can run this script on your live website. This tutorial get a Facebook page URL and Facebook application id and secret that's it.
[ Read More ]
Cloudways redefines hosting for PHP websites with their new platform [1 month free offer]
PHP is an open source HTML embedded scripting language. Much of its syntax is a combination of different programming languages such as C, Java, and Perl, incorporating a number of unique custom designed PHP functions. Though its usage like any other coding languages is diverse, however, it is commonly used by web developers to write codes for dynamic website pages swiftly. It is itself a recursive acronym which stands for PHP: Hypertext Preprocessor. Feel free to enlighten yourself with the information on Recursive acronyms.
[ Read More ]
Facebook Messenger API for Pages Using Curl PHP
In this article I'll explain how to use Facebook Messenger with your business page using PHP, curl Messenger for business pages makes it easy to offer instant one-on-one customer service, it boost to your business.
[ Read More ]
Reduce Your Web Development Cost By Outsourcing PHP development
Web development is often thought to be a serious business; therefore, people always look for professional vendors to get their website built in a clean and usable form. These outsourcing business engagement models have their own set of benefits as they offer quality-rich websites within a limited budget. In this blog, I have mentioned about outsourcing PHP development and the advantages one can gain by availing such kind of services.
[ Read More ]
How to login with LinkedIn oAuth2 in PHP and MySQL
LinkedIn is a business oriented social networking platform and used for professional networking. We create a tutorial on login with LinkedIn oAuth which is not working properly and difficult to configure for developers, after receiving many complains from readers am writing this new tutorial on LinkedIn oAuth2 its super easy to integrate with your website in few simple steps.
[ Read More ]