While moving your web application to new host , you may get errors while importing large database into new hosting sever via PHPMyAdmin tool due…
Leave a CommentAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
Hiding 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 CommentConfiguring multiple database adapters in zf2 is pretty easy. In this post, I will show you how to configure and connect to different databases in…
2 CommentsThis is a basic Twitter Bootstrap 3 template that I use most of the time for Twitter Bootstrap 3 based projects. Bootstrap 101 Template Hello,…
Leave a Comment<?php query_posts(‘cat=-1’); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <h3></h3> <p><?php the_time(‘F jS,…
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 this post, I will show you how to insert multiple rows in CodeIgniter by using CI’s active records library. CI active record has a…
6 CommentsIn this tutorial, i would like to show you how to redirect in PHP.We use header() function in PHP to redirect to new location.The header…
Leave a CommentYou can easily watermark images in CodeIgniter by using CI’s image manipulation class. In CI Watermarking is only available using the GD/GD2 library. CI’s image…
21 CommentsComposer: Composer is an application-level dependency manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required…
8 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 CommentIn this post i will show you how to read CSV file with PHP. CSV is a type of file. It means Comma Separated Values.…
Leave a Comment