Member-only story

PHP Upcoming Articles

Dino Cajic
2 min readNov 13, 2022

I know that in the previous article I stated that I’m starting to run out of topics to write about. Well, not so much anymore. I’m getting close but there are more than a couple left over. Read through the list below and let me know if you would like to see anything else covered that’s more advanced in nature. I promise you that for most basic PHP functionality, I have an article already created.

Here’s a list of topics that I’m planning on tackling.

MySQL

Primary and Foreign Keys

DateTime

Most of the common datetime functionality.

Functions

This is where I may need some help. There are basic functions that I’m planning on tackling but let me know if you would like to see something else that’s not included in this list.

  • trim(), ltrim(), rtrim()
  • htmlspecialchars()
  • __call()
  • preg_match()
  • filter_var()
  • addslashes()
  • str_replace()
  • str_len()
  • str_pos()
  • strtolower()
  • strtoupper()
  • ucfirst()
  • strpos(), stripos(), strrpos()

--

--

Dino Cajic
Dino Cajic

Written by Dino Cajic

Author of An Illustrative Introduction to Algorithms. IT Leader with a B.S. in Computer Science, a minor in Biology, and a passion for learning.

Responses (1)