Archive for the ‘Programming’ Category

AJAX FAQ   Leave a comment

AJAX FAQ for the Java Developer Author: Greg Murray Translations: Chinese French Japanese Korean Russian We have all had the chance to use AJAX now and as many of us are finding out a whole new world is now out there. While many developers will encounter AJAX via an existing framework, you may choose to [...]

PHP   Leave a comment

I would like to write a generic PHP script that can handle data coming from any form. How do I know which POST method variables are available? PHP offers many predefined variables, like the superglobal $_POST. You may loop through $_POST as it’s an associate array of all POSTed values. For example, let’s simply loop [...]

Follow

Get every new post delivered to your Inbox.