Tag: PHP

Show Outdated Notification In A WordPress Page or Post

What is this outdated notification? The quick answer is that it is a warning text shown somewhere on the web page that says the article was written on – insert old date here – and the information in the content may be out of date. This may be kind of redundant when your article has…

continue reading
No Comments

Upgrading Ubuntu LTS, PHP and WordPress

These are the things that I did to upgrade my AWS EC2 server. Not exactly the instance but the software that is running on it. I am jotting this down since I might have a use for it some time later. Perhaps somebody in a similar situation as I am will find it useful too.…

continue reading
No Comments

get values of multiple input elements from a form

have you ever had a riduculously simple problem on how to get the values of, say, multiple checkboxes in a form? getting the value of an element in an HTML form is easy. in fact, it’s the first thing you would learn in web scripting languages such as PHP. (aside from echo “Hello World”) let’s…

continue reading
No Comments