Tag: PHP
- Bhumi
- 2
- 12 years ago
- Tips & Tricks
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
- Bhumi
- 2
- 12 years ago
- Web Development
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
- Bhumi
- 1
- 12 years ago
- Tips & Tricks
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
- Bhumi
- 8
- 12 years ago
- Web Development
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