Iframe in html with examples
An iframe (short for “inline frame”) is an HTML element that allows you to embed another HTML document within the current document. This can be useful for displaying external content, such as a video from YouTube, a map from Google Maps, or a form from another website. The basic syntax for an iframe is as … Read more
How to Fix Fatal Error: Maximum execution time exceeded in wordpress
Recently one of my friend told me that he was not able to install the WordPress theme due to the Fatal Error: Maximum Execution Time Exceeded in WordPress. Steps to Fix this errors is very simple, but it can be really frustrating for beginners. In this article, we will show you how to fix fatal … Read more
Complete user registration system using PHP and MySQL database
Welcome guys, in this post you will learn Complete user registration system using PHP and MySQL database Create database of name ‘registration’. In the database also create a table called users. The users table consist of four fields. id username – varchar(100) email – varchar(100) password – varchar(100) You can create this using a MySQL client like PHPMyAdmin. … Read more
How to write an SEO friendly Post
Content is still king and content relevancy is even more important for making blog posts better, for this we have to learn “how to write an SEO friendly post?”. To maximize relevancy, it takes even more than simply good content or great design. Even if you have a top rocking topic for your audience, there … Read more