Here we are talking about Adding a menu item in wordpress admin panel to add manual functionality for your themes and plugins etc. Let's do it You need a Wordpress Function called add_action which get 2 parameter.
add_action Parameters Explanations:
First parameter is what do you want to add so we write admin menu.
Second parameter is that we will tell wordpress add action that my other...
Saturday, April 12, 2014
6:36 AM
Author Altaf Hussain Patel
CategoryAdmin Menu
PHP
PHP Tutorials
Wordpress
Wordpress Plugin
Wordpress tutorials
No comments
Read More
How to get Default Timezone in PHP
Here i will talk about timezone which you can't get in PHP there is no built in function to get that.... But here i am with a new technique to get timezone in PHP using Javascript. Let's do it.
First of all Download a small js file from top of this website. Put this file in js folder and replace the name here bold in code
function timeStamp(){
echo '<script type="text/javascript"...
6:14 AM
Author Altaf Hussain Patel
CategoryPHP
PHP Timezone
PHP Tutorials
Timezone
No comments
Read More
Friday, April 11, 2014
How to Show Timestamp like Seconds and Minutes Ago

Here i am talking about the timestamp which looks like Twitter or Facebook timestamp , 2 Days ago or 4 Days ago or 2 Minutes ago. Same like here is the simple tutorial which will show you how to implement same like this. Once you need to call this function timeAgo($timestamp);and you will just see...
5:24 PM
Author Altaf Hussain Patel
CategoryFacebook
PHP
PHP Tutorials
Phpmyadmin
Twitter
Web Design Tutorials
No comments
Read More
Subscribe to:
Posts (Atom)