How To Sort by custom fields in WordPress
Posted on 14 years ago
WordPress contain language files that hold all of the messages and labels to translate into language.To convert text in another language is very easy in Read More
Simply say Abstract method means We declare it in one class and use(define) it in other class. What is Abstract in PHP? PHP 5 supports Read More
Generally, To change default From name and default From Email Address in notifications mail send to the users, most of the people go for the Read More
Before some days, I don’t have idea about Namespaces in PHP and I have searched a lot for this and I didn’t understand it and Read More
Recently I have used Goto and PHP supports goto statements to branch unconditionally from one point to another in the program. Goto statement is only Read More