Web Development Tutorials
//

Category: Programming

Programming

Select MySQL DB Data With PHP PDO

One simple way of selecting records from a MySQL database using PHP Data Objects (PDO) is with the use of the function query(). This…

March 9, 2023

Programming

Change The Excerpt Limit In WordPress

Modify the default (55) maximum number of words in WordPress post excerpt. Set the length according to your needs using the add_filter filter hook.…

March 4, 2023

Programming

Create An Image With PHP

With the help of the GD library, it is possible to create a JPG, GIF, PNG, and other image formats (Formats supported by GD)…

March 4, 2023

Programming

Access MySQL DB using PDO in PHP

Most, if not all new PHP server installations now a days include the PHP Data Objects API (PDO_MySQL), this extension is recommended if there’s…

March 1, 2023