Wordpress - phpprogramming.wordpress.com - PHP Programming

Latest News:

Passing Array Using Html Form Hidden Element 7 May 2007 | 05:43 am

Html form hidden element is used to pass information which is not visible to the user but used internaly by underlying scripts. For example the status of the process or step of multi step form submiss...

PHP Cookies Tutorial And PHP Cookies Examples 7 Mar 2007 | 01:36 am

In the course of developing highly interactive web sites it is necessary to deal with large amount of data flow between client browswer and web server. It is quite cumbersome handling such large amoun...

PHP Arrays Tutorial and PHP Array Examples 26 Feb 2007 | 06:44 am

An array in PHP is actually an ordered map. A map is a type that maps values to keys. This type is optimized in several ways, so you can use it as a real array, or a list (vector), hashtable (which is...

Using remote files in PHP 18 Feb 2007 | 06:18 am

As long as allow_url_fopen is enabled in php.ini, you can use HTTP and FTP URLs with most of the functions that take a filename as a parameter. In addition, URLs can be used with the include(), includ...

PHP File Upload 16 Feb 2007 | 05:00 am

PHP can be used to receive files from any RFC-1867 compliant browser. This can be used to upload both text and binary files from browsers. See the file upload html form below: <form enctype=ā€¯multipar...

PHP HTML basic tips and tricks 31 Jan 2007 | 02:56 am

PHP is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly. In the course of web development of using PHP PHP and HTML...

HTML Form Elements Values usage Examples in PHP 29 Jan 2007 | 07:12 am

During the development of interactive web sites using PHP and HTML it is requiredto deal with data flow between user/browser and the server. This is achieved by using HTML forms and supporting HTML fo...

php connection status and connection handling 25 Jan 2007 | 05:42 am

There are three possible php connection states are maintained Internally. They are NORMAL, ABORTED and TIMEOUT. When the script is running normally the NORMAL php connection state is active. If the co...

php basics 24 Jan 2007 | 02:42 am

PHP (Hypertext Preprocessor) ia an Open Source general purpose web scripting language. It is widely used for Web development because it can easily be embedded into HTML. PHP is an easy to learn and yo...

Recently parsed news:

Recent searches: