Php

How to Perform Ajax and Javascript actions from PHP

How to Perform Ajax and Javascript actions from PHP

Ajax is a combination of javascript and xml technologies. There can be many things we can perform with ajax from simpler form validation to complex user interface design. For all these, we need to have javascript, xml and some of back end programming language knowledge. Ajax is mostly used to perform actions without loading a [...]

Read Full Post


Best open source CMS - Which one to Go

Best open source CMS - Which one to Go

CMS or in simple words, Content Management Systems are one of the most import key to a large scale business website. You can’t go on a long time by taking a big website without any type of CMS. Content management systems make the life easier by letting us just to worry about adding content to [...]

Read Full Post


10 Simple tips to optimize and run your php code faster

10 Simple tips to optimize and run your php code faster

PHP is one of the most popular web programming language and it is used widely in many open source and commercial scripts. The beauty of php is its flexibility, easy to learn, highly optimized and specially made for web based applications. A php script can run slower if you do not care about memory, functional [...]

Read Full Post


Quick and Easy way to Parse and Process your html web forms

Quick and Easy way to Parse and Process your html web forms

One of the most discussed topic in every web programming language is to parse and fetch form fields and process them in an easy way. Because nearly in 90% projects we use html web forms. Sometimes when you have large number of form fields, it is difficult to fetch and parse every field in short [...]

Read Full Post