PHP Classes

PHP Tutorials

Recommend this page to a friend!

Articles to teach about PHP matters and related topics

  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article  
  276 - 267   ...   226 - 217   216 - 207   206 - 197   196 - 187   186 - 177   176 - 167   166 - 157   156 - 147   146 - 137   136 - 127   126 - 117   116 - 107   ...   6 - 1  

1036. How to Create a PHP Random GUID Generator to Use in Scalable Web Applications

Updated on: 2020-07-16

Posted on:

Scalable Web applications need to handle a large number of HTTP requests at the same time.

Therefore, they may use multiple servers to still respond to many Web requests very quickly.

Read this article and watch a short video that is included to learn how use a good GUID generator to handle better the accesses of many users using multiple Web servers and storing database records in database servers that may be running in different machines.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

986. How to Learn More about PHP Online for Free in 2020 While You Wait for Your Next Job

Updated on: 2020-04-01

Posted on:

Sometimes PHP developers have some free time that they could use to do something useful.

One of the best ways to use that time is to learn new things so you can become an even better developer.

Read this article to learn more about some nice resources that you can use to learn for free more about PHP and related topics either in English, Portuguese and many other languages.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

948. How to Add Email Functionality to Your PHP App

Updated on: 2022-12-03

Posted on:

PHP provides a quite poor functionality for building and sending emails. Its built-in mail function () doesn't support SMTP authentication and this way works well just for simple messaging.

How do you send branded email notifications, confirmation, and even newsletters from your PHP app then?

There are three the most popular and reliable external packages: PHPMailer, Pear Mail, and Swift Mailer. Read this article to learn more about these solutions, their capabilities and with code examples.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

896. 5 Common Laravel Request Errors Which Aunt New PHP Developers

Updated on: 2019-09-19

Posted on:

Errors and exceptions are integral parts of software development.

Good developers should be ready to handle them in the best possible way to minimize the harm that the errors may cause to the application users and providers

Read this article to learn about the most common mistakes committed by less experienced developers and how can you fix them.


Blog More ...   Post a comment Post a comment   See comments See comments (3)   Trackbacks (0)

876. What is Laravel Dependency Management?

Updated on: 2019-08-13

Posted on:

As many of us know, Laravel is a popular framework used for developing PHP applications.

Laravel is itself a package of packages, hence to develop our projects smoothly among the team members, dependency management is a must and composer does its work under the hood, silently but efficiently.

Read this article to learn how dependency management works in Laravel, so you can also take good advantage of it.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

864. How to Create a Ms Word Document using PHP in 2019 Very Quickly

Updated on: 2019-07-22

Posted on:

Many PHP applications need to generate word processing documents in Microsoft Word format so they can be served to the application users in a way that their browser can make it opens in the Microsoft Word program.

Fortunately, nowadays this is very simple. Read this article to learn how to can do it with a few lines of PHP code.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

848. Evaluating Four Popular PHP Frameworks in 2019

Updated on: 2019-06-12

Posted on:

Many PHP developers use popular PHP frameworks to accelerate the development of their PHP projects.

Read this article to learn more about some of the most popular PHP frameworks and relevant features that they provide to benefit your PHP applications, so you can have useful criteria to evaluate which one is the best for you.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

829. PHP Yield vs Return: Do You Know PHP Functions Can Return Values Like the Yield Statement

Updated on: 2019-04-30

Posted on:

Since the concept of generator has been introduced in PHP 5.5, PHP developers can use the yield keyword in a way that looks much like a return statement, except that instead of stopping execution of the function and returning once only one value or array, yield instead generates a new value that is returned to the calling code each time it is needed.

Read this article to learn how to simulate this behavior using the "return" statement.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

793. Check the LambdaTest Selenium Testing Tool Tutorial with Examples in 2019

Updated on: 2020-08-04

Posted on:

Selenium is a tool for testing Web applications to check if they behave like what is expected after each change that is done on the application.

Selenium is a great tool but it may take you a lot of time and good knowledge to set it up to automate all the tests that your Web application needs to check if it works with many different browsers.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

788. 9 Reasons Why You Should Not Miss Out On Picking a Cross Browser Testing Tool Online in 2019

Updated on: 2020-08-04

Posted on:

Cross browser testing is important to help Web developers finding problems that make their sites not work well or at least look different for users accessing the sites with different browsers.

Read this article to learn more about cross browser testing and many reasons you should be doing this kind of testing to make your sites look consist for all your sites' users.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  276 - 267   ...   226 - 217   216 - 207   206 - 197   196 - 187   186 - 177   176 - 167   166 - 157   156 - 147   146 - 137   136 - 127   126 - 117   116 - 107   ...   6 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article