Today, I would like to share the way of handling array of HTML FORM elements using JavaScript and PHP.Well, it
Posts Related to Handling array of HTML Form Elements in JavaScript and PHP
Remove Duplicate Elements from an Array using jQuery
A very useful jQuery function is the $.unique() that removes all duplicate elements from an array of DOM elements. However this function only works on ...
Javascript Interview Questions – Second Part of Jquery Interview question
What is JavaScript? JavaScript is a general-purpose programming language designed to let programmers of all skill levels control the behavior of software objects. The language ...
Get and Set Form Element Values using jQuery
One of the most frequently asked questions about jQuery is to Get or Set values of HTML Form elements. The jQuery val() method lets you ...
A solution for e-mail handling in CakePHP
The emailComponent (cake\libs\controller\components\email.php) is a way for you to using the same concepts of layouts and view ctp files to send formated messages as text, ...
