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 section of your tool. 1 2 3 4 5 6 [...]

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 your requirements, it it does then do’t forget to comment. Here [...]

Categories: PHP, Web Development

Money is in the list of every single person in the world. All of us know this. That’s why you should care about increasing your subscribers if you are running a blog. A lot of blogs shows to you the most common places to add your subscription box, but I thought why don’t we share the rarely used places and that can bring us more subscribers. So, usual places + [...]

Categories: Blogging, Make Money

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 contains a form that will ask for an email address [...]

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. If you want to start blogging, I would suggest you [...]

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. Step#1 You need to open your style.css file and copy [...]

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 is to write code for config.php file. Code is : [...]

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 simple steps, created a form as below. Next step I [...]

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 plugin arrange for a layer of security to your site [...]

Categories: Web Development, Wordpress

Everyone wanted to get job with handsome salary package. If you are also thinking the same thing then I have some suggestions for you especially for my female fellows. I want to inspire you about earning money with your blog, simple is that, stay home, set your own hours and start writing about the thing that you mostly like and you have the acknowledgment of that, whether it be cooking, [...]

Categories: Blogging, Make Money