How to Create a WordPress Widget in a Plugin
Today I will discuss with you that how you can create a WordPress widget in a plugin. First of all, you should create a file anything you like to call…
0 Comments
February 2, 2012
Today I will discuss with you that how you can create a WordPress widget in a plugin. First of all, you should create a file anything you like to call…
Follow the following steps: First of all, you all should download drupal from their site. And if you are a window user then you install the wamp or Xamp server…
Here First you know how your mail script will work, its the first and simple script, <?php $to = "[email protected]"; $subject = "Hi!"; $body = "Hi,\n\nHow are you?"; if (mail($to,…