By default, placeholder text in inputs has a light gray color(if the browsers support) and which appears in an input field until the user puts…
1 CommentTag: How to
Success and achievement have different meanings for different people. In the quest for money, good jobs, top positions and materialistic possessions, we sometimes forget where…
Leave a CommentYou may have noticed select/deselect all functionality on websites like gmail.com, outlook.com or even in the wordpress admin dashboard basically which allows you to select…
Leave a CommentCodeigniter didn’t provide an option to use subqueries with active record class. So today I would like to provide simple and possible comprehensive techniques on…
4 CommentsBy default Xampp server is run on 80 port, if you want to change this port to something, just follow the below steps it is…
Leave a CommentRecently I tried to install YII2 but I got “The mcrypt PHP extension is not installed.” error. In this post, I will show you how…
1 CommentIn this CodeIgniter tutorial, I will show you how to fetch data from database using model, view, controller approach. As usual, we need need to…
45 CommentsHiding the mouse cursor on the page or element is really not a useful thing in reality.Here I just want to show you that hiding…
Leave a CommentIn this tutorial, i will show you how to get the post thumbnail URL in WordPress.Generally we use the_post_thumbnail(); function to display post thumbnail. But…
1 CommentIn this post i will show you how to remove the version parameter from scripts and stylesheets enqueued by WordPress’s wp_enqueue_script() and wp_enqueue_style() functions. you…
Leave a CommentI am gonna use CodeIgniter’s active record class to generate Join Queries in this tutorial. Because by using AR class we can write complex joins…
18 CommentsIn order to remove, delete or unlink files in Unix/Linux operating system we need to use the rm command. Syntax : rm [OPTION]… file or…
1 Commentif you want to change your domain name without affecting SEO Ranking in search engines then you should think about the 301-page redirect, with a…
1 CommentToday I would like to write about Authenticating to XTRF using Rest API with PHP. After authenticating we can manage users, projects, and estimate ..etc.…
Leave a CommentPHPExcel is a pure PHP library for reading and writing spreadsheet files and CodeIgniter is one of the well-known PHP MVC Frameworks. In this tutorial,…
86 Comments