PHP Scripts – WordPress Tutorials

I am today going to provide Ajax sorting in PHP. I will use a “users”  MySQL table for my tutorial. I will divide my tutorial in few steps so that I can let you understand Sorting using AJAX easily. My very first step is to create a table in MySQL, you can copy this query and execute this in SQL [...]

Categories: Ajax, MySQL, PHP

Export mysql as csv is mostly needed when you need to import data to some other database, wherever you wanted to use. I am giving my today’s release in that case, this is complete tested code to export MySQL as csv, whatever you need is to change the query section of this code. I hope it would full fill all [...]

Categories: PHP, Web Development

I am happy to write about PHPMailer class, let’s learn that how to send and email using PHPMailer. In this tutorial we will talk about how to use HTML Templates as an email, attatch files with your email using PHPMailer. Here we will use the following files to as sample for newbies. index.php send_email.php contents.html images/logo1.png images/engr_mudasir.jpg Our index file [...]

Categories: PHP, Web Development

Blogging is a very pretty source since it gives you an chance to share your voice and views on any topic. It is also becoming more and more popular by every passing day. Many people want to start blogging but they are not sure of how to start with it. What to do, how to do and things like that. [...]

Categories: Blogging, Wordpress

I have been asked several times a simple question “How I can add a newsletter box after your post?”, then I think that I should write about that and made a subscriber newsletter box as shown in image. Here you need to follow some simple steps and you will get a subscribe box after your post as I have done. [...]

Categories: Web Development, Wordpress

In this tutorial we will create 4 PHP Scripts files and one Database. signup.html sgnup_action.php confirmation.php config.php Note that this is not necessary, you can change the scenario. This all is just to provide you a simple concept that how you can verify an email using php. First of all create a database with name “users”. Next step to proceed [...]

Categories: PHP, Web Development

I have to develop a code for a simple quiz in PHP page. I figured it out and found it to be very simple and easy to do. All the steps you need to do is to create a simple form and after that a PHP Script that will calculate the answers of the specific question. I have followed some [...]

Categories: PHP, Web Development

Last night I had a discussion at a forum and I have some friend who was tensed because of his blog getting hacked again and again. Then I wonder some issues that my blog might not be secure in that case, decided to make my blog secure. Downloaded WordPress Firewall 2 that adds more security to your blog.   This [...]

Categories: Web Development, Wordpress

There are many platforms that offer to add header and footer code manually But, I have worked on plentiful sites and custom themes where this functionality doesn’t subsist. Most users, however, will indeed want to add some sort of meta information or Google Analytics to their WordPress blog at some point. To solve this problem, I use a custom plugin [...]

Categories: Wordpress

SEO stands for search engine optimization. Whenever you are starting a website and planning to generate revenue from your website, Then you must have knowledge of SEO. Because it is free source to generate traffic for your website. Search Engines are the biggest source of free and targeted traffic for your website, so you must have a focus on SEO. I am [...]

Categories: Wordpress