Browsing Category
PHP & MySQL
Convert email into link from text in php
The post is showing you how to convert an email into link from text in PHP.
Format bytes with PHP
Unit Options:
Byte (B)
Kilobyte (KB)
Megabyte (MB)
Gigabyte (GB)
Terabyte (TB)
Petabyte (PB)
Exabyte (EB)…
Exclude pages from WordPress search results
WordPress Search feature displays published posts and pages in search results, by default. But when users search in a blog for…
Introduction to ElasticSearch
In this post, we'll cover the basics of what you need to know about ElasticSearch. Elasticsearch is a search server based on…
Disable WordPress search feature
Sometimes the search feature becomes unnecessary, when you are using WordPress as a CMS. If you want to get rid of the search…
WordPress Upload size limit [Resolved]
A common issue to various users using WordPress is the upload size limit.
The post will show you how to increase upload size…
How to fix WordPress Date problem
This post will demonstrate how to fix the date problem inside wordpress.
Find All Links on a Page with PHP
This post will demostrate how you can find all links on a website using php code.