In this tutorial, I would like to show you how we can use transactions in YII2. A transaction is used to run a group of…
1 CommentAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
In this tutorial, I would like to show you making the dropdown list in yii2 using different data sources like static array data and database…
3 CommentsIn this tutorial you’ll learn how to change XAMPP port. Follow the below shown steps, Open your XAMPP folder, access apache -> access conf(C:\xampp\apache\conf) Open…
Leave a CommentToday I just want to share one useful tip on fixing slow database connection issue on Windows 8 machines.Today I got this issue on my…
Leave a Commentin_array() is the function to Check if a value exists in an array using PHP. Here is an example of how it is used: –…
Leave a CommentHi there guys! Today I am going to share a very useful snippet that you can use to see the execution time of your script…
Leave a CommentToday I would like to share a PHP code snippet that lets you know if a given specific domain is registered or available for purchase…
2 CommentsToday I would like to show you increasing PHP script execution time limit using ini_set() function. PHP default script execution limit is 30 seconds. In…
Leave a CommentToday I would like to given quick introduction on PHP’s magic constants. PHP provides a set of predefined constants and which are available on any…
Leave a CommentIn this post I would like to talk about string compression in PHP. There are several algorithms out there which have been designed for specific…
Leave a CommentIn this tutorial you will learn how to get maximum value from the specified column of table using MySQL’s max() function. We can easily use…
Leave a CommentAnother cool new future in PHP 7 allows to bind a closure to a specific object on run-time with the addition of Closure->call() function. This…
Leave a CommentCalling non-static methods as static method has been deprecated in PHP7 and my be removed in the future versions. The below example will output: Deprecated:…
2 CommentsPHP 7 is improved current PHP namespace implementation by introducing the concept of Group Use. This is the one of the coolest improvement to namespaces…
Leave a CommentHi there guys! We are going to look at a very simple trick that will save your time if GMail SMTP blocked. Almost in all…
Leave a Comment