2. Starting Long Server PHP Scripts and Monitor their Status Part 2: Solving the Problem with Classes
Updated on: 2015-09-29
Posted on: 2015-09-28
Blog: Asynchronous Long Server Tasks package blog
Package: Asynchronous Long Server Tasks
Read this article to learn how to implement the solution with the PHP class package named "Asynchronous Long Server Tasks".
More ... Post a comment See comments (4) Trackbacks (0)
1. Starting Long Server PHP Scripts and Monitor their Status Part 1: The Theory
Updated on: 2015-09-22
Posted on: 2015-09-22
Blog: Asynchronous Long Server Tasks package blog
Package: Asynchronous Long Server Tasks
Read this article to learn how to start long tasks without making the user wait and still give progress information of a long task running on the server side.
More ... Post a comment See comments (4) Trackbacks (0)
2. AJAX Shopping Cart with jQuery and PHP and MySQL Part 2: How to Remove and Add to Cart in PHP code with AJAX using a Simple PHP Checkout Script
Updated on: 2017-04-15
Posted on: 2015-09-21
Blog: Shopping Cart package blog
Package: Shopping Cart
Read this part of the article to learn how to perform other important operations like removing products or empty the shopping cart and how to proceed to the checkout.
More ... Post a comment See comments (7) Trackbacks (0)
2. Improving Your PHP Code Performance Part 2: Tuning with Preemptive Caching
Updated on: 2015-09-15
Posted on: 2015-09-15
Blog: PHP Preemptive Cache package blog
Package: PHP Preemptive Cache
Read this article to learn how to apply the Preemptive Cache class in practice to optimize the performance of scripts that retrieve data from databases.
More ... Post a comment See comments (3) Trackbacks (0)
1. How to Create a Simple Online PHP Shopping Cart Script Tutorial Step by Step Part 1: Add to Cart in PHP Example with HTML, AJAX, jQuery and MySQL - Demo Script using a Basket stored in Session Variables with PHP Shopping Cart Source Code
Updated on: 2022-01-15
Posted on: 2015-09-09
Blog: Shopping Cart package blog
Package: Shopping Cart
Read this article to learn how to implement a shopping cart that you can easily customize using PHP and a MySQL database to let your users view and pick the products they want to buy with fast user interface based on AJAX.
More ... Post a comment See comments (21) Trackbacks (0)
1. Improving Your PHP Code Performance Part 1: Profiling and Detecting Slow Code
Updated on: 2015-09-08
Posted on: 2015-09-08
Blog: PHP Preemptive Cache package blog
Package: PHP Preemptive Cache
Read this article to learn techniques to detect what PHP code is causing your application to run so slow.
More ... Post a comment See comments (7) Trackbacks (0)
2. Calculating Periodical Events in PHP Part 2: Solving a Real World Problem
Updated on: 2015-09-07
Posted on: 2015-09-07
Blog: PHP Sweepstakes package blog
Package: PHP Sweepstakes
Read this article to learn how to use the PHP Sweepstakes package to solve a real world example of the problem.
More ... Post a comment See comments (0) Trackbacks (0)
2. Sentiment Analysis in PHP Part 2: Applying the Solution in Practice
Updated on: 2015-09-01
Posted on: 2015-09-01
Blog: PHP Sentiment Analyzer package blog
Package: PHP Sentiment Analyzer
Read this article to learn to how to implement a sentiment analysis application in practice based on the PHP Sentiment Analyzer class.
More ... Post a comment See comments (9) Trackbacks (0)
1. Calculating Periodical Events in PHP Part 1: The Problem Challenges
Updated on: 2015-08-31
Posted on: 2015-08-31
Blog: PHP Sweepstakes package blog
Package: PHP Sweepstakes
In general, it is an easy problem to solve. However when the events span multiple days and must not occur in holidays, the problem becomes less trival to solve.
Read this article to learn how you can use the PHP Sweepstakes class to compute the days of regular event taking in account these nuances that may complicate the calculations.
More ... Post a comment See comments (2) Trackbacks (0)
1. PHP Sentiment Analysis Code Part 1: N-gram based PHP Text Analysis
Updated on: 2017-04-05
Posted on: 2015-08-24
Blog: PHP Sentiment Analyzer package blog
Package: PHP Sentiment Analyzer
Fortunately we already have the Machine Learning technology necessary to implement sentiment analysis even using pure PHP code.
Read this article to learn more about how you can implement your own sentiment analysis tools in your PHP own applications.
More ... Post a comment See comments (13) Trackbacks (0)