by Amit | Nov 9, 2021 | Apache mod-rewrite and htaccess related Articles, PHP
In PHP the default value of upload_max_filesize is 2MB and the default value for post_max_size is 8MB on the server but you can increase or decrease this size limit by modifying your php.ini or . htaccess file using post_max_size and upload_max_filesize . You can...
by Amit | Jul 30, 2021 | PHP
This article explains how you can access and manipulate MySQL database using MySQLi Object-oriented interface in PHP. This article covers the following MySQL statements with code examples. The code examples are pasted in the textarea so you can easily copy then edit...
by Amit | Apr 28, 2021 | PHP, Twitter API
In this short tutorial I will show you how we can unfollow Twitter users using Twitter PHP API . We are using the latest Twitter php auth in this tutorial. What you need to get started? To unfollow Twitter users from a website , you must have the following things...
by Amit | Apr 24, 2021 | Twitter, Twitter API
Do you want to post tweets from your website to your Twitter account? If yes, then read on! This post is for you. In this post I will show you how to post a tweet using Twitter API for PHP. We will use a live demo here to explain the process in detail. If you want to...
by Amit | Feb 3, 2020 | PHP, Twitter, Twitter API
Sign in with twitter for PHP websites With Twitter APIs you can log twitter users to your website. This helps reduce the signup process and enables twitter functionalities such as “post tweets” , “follow users” directly from your own web...