Sending email using PHP

I’ve had a number of recent inquiries about sending emails on a Web Form using PHP.

The following examples using the core PHP mail() function.

mail() syntax http://www.arabx.com.au/example/mail.phpView Source

HMTL form with mail() operation http://www.arabx.com.au/example/form.phpView Source

Tagged with: HTML PHP Web Development

Switching to JSON Error Logging in MySQL

You no longer need to manually parse the MySQL Error log via scripting and RegEx pattern matching. Using the component_log_sink_json component you can obtain JSON error logging for easier parsing.

Installing MySQL 9.7 LTS Community Edition on CentOS

Historically installing MySQL on a RedHat Compatible Linux server was as simple as yum install mysql-server. Today’s MySQL Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora 9.7 instructions are not accurate mixing in 8.

Using GenAI directly in the database. A practical example using MySQL 8.0

If you have a typical MySQL production setup using MySQL 8.0 (EOL) with replication, you can take advantage of VillageSQL extensions to generate AI responses directly with your source data with no impact on your production setup or existing application software.