Web Development Tutorials
//

Author: admin

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

Database Administration

Update MySQL Records Using Replace Function

Update DATABASE records directly using the REPLACE() function in MySQL. No scripting or programming language needed. Can be executed in any MySQL visual database…

March 8, 2023

Database Administration

Replace A String In MySQL

Use the MySQL string function REPLACE() to replace occurrences of a specified string. It will return the original string with all occurrences of the…

March 8, 2023

Database Administration

Backup MySQL Database In Terminal

Import MySql database records into an .sql file from the terminal using the MySql command mysqldump, it is a quick and easy way to…

March 7, 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