PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1992 - 1983   ...   412 - 403   402 - 393   392 - 383   382 - 373   372 - 363   362 - 353   352 - 343   342 - 333   332 - 323   322 - 313   312 - 303   302 - 293   ...   2 - 1  

315. PHP Word Document Generator to Convert HTML to DOCX Part 1: Using VS PHP Word HTML class or PHPDocX Example

Updated on: 2017-05-20

Posted on:

Many PHP applications require to export documents in Microsoft Word formats. However, most PHP developers only have experience in generating HTML Web pages.

Read this article to learn how to quickly create Microsoft Word DOCX format using HTML templates.


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

9. Get Twitter Direct Message Images in PHP with the OAuth API

Updated on: 2015-12-10

Posted on:

Blog: PHP OAuth Library package blog
Package: PHP OAuth Library

Twitter API allows applications to access users' direct messages but if you want to download images or other media associated with those direct messages, there is no specific API call to do so.

Direct messages are private, so there is no public URL to access the direct messages' images without using OAuth or you are a real logged user accessing Twitter via a browser.

Read this article to learn how to download images that belong to direct messages using authenticated requests with this PHP OAuth client class.


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

2. Starting Long Server PHP Scripts and Monitor their Status Part 2: Solving the Problem with Classes

Updated on: 2015-09-29

Posted on:

Blog: Asynchronous Long Server Tasks package blog
Package: Asynchronous Long Server Tasks

In the first part of this article we have presented a solution to start tasks from PHP that take a long time to finish.

Read this article to learn how to implement the solution with the PHP class package named "Asynchronous Long Server Tasks".


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

314. PHP Articles and Book Reviews Report September 2015 Edition

Updated on: 2015-09-23

Posted on:

This is the September edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles and Book Reviews published recently.

They commented on articles about creating PHP extensions in C to manipulate arrays, making better reuse of PHP code with traits, the benefits of using Git in your projects, performing sentiment analysis on text, and calculating periodical events.

They also commented on books about Node.js for PHP developers, learning PHP with MySQL and JavaScript and Laravel 5 Essentails.

Listen to the podcast, or watch the hangout video to learn more about these PHP articles and book reviews.


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

1. Starting Long Server PHP Scripts and Monitor their Status Part 1: The Theory

Updated on: 2015-09-22

Posted on:

Blog: Asynchronous Long Server Tasks package blog
Package: Asynchronous Long Server Tasks

Typical HTTP requests take no more than a few seconds. By default PHP limits script execution to 30 seconds. However, sometimes you need to execute tasks that much longer.

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.


Blog More ...   Post a comment Post a comment   See comments 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:

Blog: Shopping Cart package blog
Package: Shopping Cart

The first part of this tutorial article covered the importance of shopping carts in sites that sell products and how to make a simple shopping cart that can add products from a database via an AJAX based Web interface.

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.


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

313. PHP and JavaScript Innovation Award Report September 2015 Edition - June 2015 nominees

Updated on: 2015-10-22

Posted on:

This is the September edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of June 2015.

Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative.


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

2. Improving Your PHP Code Performance Part 2: Tuning with Preemptive Caching

Updated on: 2015-09-15

Posted on:

Blog: PHP Preemptive Cache package blog
Package: PHP Preemptive Cache

One way to improve the performance of slow scripts is to use caching techniques to minimize the time to retrieve data that takes a long time to compute.

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.


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

312. PHP 7.1 Features PCO for Cryptography like PDO is for Database - Lately in PHP podcast episode 63

Updated on: 2015-09-14

Posted on:

A recent proposal for PHP 7.1 aims to create a new extension named PCO (PHP Cryptography Objects) for data encryption, decryption, signing, etc.. It will be like what PDO (PHP Database Objects) is for database access.

The discussion about the PCO extension was one the main topics commented by Manuel Lemos and Arturs Sosins in the episode 63 of the Lately in PHP podcast.

They also commented on other PHP 7.1 features in discussion like having visibility modifiers for class constants, shorter closure function declarations, and having random value generation functions throwing exceptions.

Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.


Blog More ...   Post a comment Post a comment   See comments See comments (17)   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:

Blog: Shopping Cart package blog
Package: Shopping Cart

Many sites need to sell products online. There are many PHP e-commerce platforms but when you need something simple and easy, such platforms may be too much to adapt for your needs.

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.


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

  1992 - 1983   ...   412 - 403   402 - 393   392 - 383   382 - 373   372 - 363   362 - 353   352 - 343   342 - 333   332 - 323   322 - 313   312 - 303   302 - 293   ...   2 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article