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  
  283 - 274   ...   113 - 104   103 - 94   93 - 84   83 - 74   73 - 64   63 - 54   53 - 44   43 - 34   33 - 24   23 - 14   13 - 4   3 - 1  

286. Leaflet Search Map using PHP MySQL AJAX requests

Updated on: 2017-07-10

Posted on:

Leaflet is a great JavaScript library that we can use build a Google Maps alternative with PHP and MySQL as we have seen in a previous article.

Read this article to learn how to improve your Leaflet map application by implementing a search engine on your maps pages using AJAX requests.


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

285. What is Class Abstraction in PHP?

Updated on: 2016-10-24

Posted on:

When you are ready to share your code for other class developers to use, you will need to control how that code is used and provide some way to enable updates.

Read this tutorial to learn how to use class abstraction with closely related objects to provide greater control over your PHP code, so it facilitates future updates.


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

284. Using PHP MySQL with Google Maps Alternative using the Leaflet library

Updated on: 2017-07-10

Posted on:

Leaflet is a JavaScript library that became popular for creating mobile friendly Web maps applications. It does not depend on Google, so you do not need to pay fees as you may need to when you use Google Maps.

Read this tutorial to learn how to use Leaflet library with PHP and MySQL to create an alternative to Google Maps and implement it on your site.


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

283. PHP Multi-Factor Authentication for Web Development

Updated on: 2015-05-25

Posted on:

When we need to provide our users access only to certain information, or limit access to features for authorized users only, we need to use user authentication.

We can never be 100% certain users are who they claim to be. However we can get close using multiple authentication factors.

Read this article to learn more about multi-factor authentication and when we should use them or not.


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

282. Extending PHP Classes and the Object Model

Updated on: 2015-05-20

Posted on:

Nowadays many PHP developers use Object Oriented Programming (OOP). However not every PHP developer really understands why that is a good thing.

Some use OOP just because they see others using it, without knowing very well its benefits nor how to create a consistent object model that addresses the needs of their applications.

Read this article to learn how objects can represent the real world through classes and how you can create an object model for your PHP application.


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

279. 3 Ways to Access Application Common Data in PHP

Updated on: 2015-05-12

Posted on:

Every PHP application needs to use throughout its code, the same kinds of common data or functions, like for instance configuration values.

Read this article to learn about the Gateway pattern, an additional way to access common application data besides better known ways that use global and static variables.


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

277. Fix the AJAX Requests that Make PHP Take Too Long to Respond

Updated on: 2015-05-04

Posted on:

Nowadays we develop applications that depend a lot on AJAX requests, in some cases close to 100% of the pages. Sometimes we notice that when a Web page sends two or more AJAX requests, PHP takes too much time to respond and then the responses are returned almost at the same time.

Chances are that the problem may be caused by the way you handle PHP sessions. Read this article to understand this problem and what you can do to avoid it.


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

276. PHP IPC with Daemon Service using Message Queues, Shared Memory and Semaphores

Updated on: 2015-04-23

Posted on:

In a previous article, we learned how to create a simple daemon service in PHP to monitor and process an important activity on a machine in the background.

Now we move with a more advanced topic which is how daemon processes can communicate with other programs, or with other instances of the same daemon process.

Read this article to learn how to perform IPC, Inter-Process communication in PHP to send and receive data using message queues, as well as to transmit large volumes of data using shared memory, an using semaphores to prevent problems caused by simultaneous accesses.


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

273. 5 Urgent Maintenance Tasks You May Need to Perform on Your Site Now

Updated on: 2015-04-17

Posted on:

The recent times have been crazy for developers and Webmasters that strive to keep their sites running without disruptions.

What happens is that several important external sites and services are changing their APIs or introducing new rules that may break the code of your sites.

Read this article to learn about some important sites and APIs that are changing, so you can check if you need to perform urgent maintenance tasks to keep your sites working without troubles.


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

272. Team Communication Starts with HipChat

Updated on: 2015-03-31

Posted on:

HipChat combines every communication method you’d ever need—IM, group chat, screen sharing, file sharing, link sharing, video and voice calling—into a single solution.

Working remotely, working across time zones, and working with the person right next to you becomes infinitely simpler and more efficient. Find out more.


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

  283 - 274   ...   113 - 104   103 - 94   93 - 84   83 - 74   73 - 64   63 - 54   53 - 44   43 - 34   33 - 24   23 - 14   13 - 4   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article