Hire PHPBB Developer for Robust Web Forum Development
In the online business, businessmen suppose to be using various web techniques to promote the business on the web. The more interaction with the related entities can open the more avenues for the...
View ArticleTimezones in MySQL and PHP
Timezones in web applications are often dealt with the same way as character sets. Either incorrectly or ignored. The case of unicode is improving slowly as developers discover the need for...
View ArticleOptimizing PHP Through Habits
What has been a long interest of mine in writing simple, maintainable and secure (a.k.a. Good[tm]) code, has forked off the offspring of optimization. There are nummerous discussions in the blogosphere...
View ArticlePHP Development India – Best Language for Web Development
Hi All, In today’s advanced technological world, the popularity of the internet has been increasing and we see millions of websites running on the internet to fulfill the requirement of user and the...
View ArticleGoogle new chart API
Hi All, A new API from Google that generates information charts in a dynamic way. its usage is quite straightforward: you link to an image in the form of a parameterized URL, such as...
View ArticlePHP Web Development, Custom PHP Development of India based OPS – Instant,...
PHP Web Development, Custom PHP Development of India based OPS – Instant, Interactive, Inexpensive (freelance php developer programmer wordpress joomla drupal and many open sources, cakephp and many...
View ArticleHardening Your Web Application Against SQL Injections
[The information provided is for educationally purposes only and not to be used for malicious use] Hi All, Before digging what actually SQL Injection is, let me explain you what is SQL it self. What is...
View ArticleUsing regular expressions to extract content – php extract texts from html...
PHP provides a number of really neat regular expression functions. You can find the list of the regex function at the PHP site. But the one that I’ve had most fun with is the preg_match_all() function...
View ArticleCodeIgniter – Extending the native ‘Model’ and make it your own.
Hi All, Today I took advantage of CodeIgniter’s ability to extend the native libraries, and I was well satisfied that it just works. Let me elaborate, I’m in the process of creating models for my CI...
View ArticleCakePHP – Import a Controller using App::import()
Hi All, Have you ever use controller inside another controller(two controllers) in CakePHP ? If you are looking for the same thing, you are at the right place. I was working with CakePHP and i need to...
View Article