An ANSI C CGI library. Supports GET, POST, cookies. Features simple operation and multiple utility functions. Some useful utility functions. Underlying hash indexed name-value lists can be used in a fashion similar to associative arrays.
This is a tutorial where the author describes to create internal search engine using meta tags as this diary entiries would also fetch external search engines. get_meta_tags takes all meta tags and generate associative arrays with name which being...
A great book for beginning programmers who want to learn Perl. Filled with concrete examples and, yes, by using this book you will be able to write good Perl code on your own in 21 days. But no perlson is an island, and there is no single book...
It is an effective online ASP tutorial from which you can get a overview about perl scripting language and can learn the ways how to access server side scripts using this language. Tells that this ActiveX Scripting Engine consists of the data...
In this article I will explain arrays and how they are used in PHP.
Databinding to multi-dimensional arrays is a web based tutorial in which author explains the procedure for working along with data binding in multi-dimensional arrays. The author offers sample code which execute the above said process. Through...
DataSets, Web Services, DiffGrams, Arrays, and Interoperability is an atricle which deals with the pros and cons of the dataset objects and web services. You can get more information about DiffGram which is a XML format with the help of this article.
Programming C#: Working with Arrays is an userfriendly tutorial in which author concentrates on process of array and the method of working with arrays in C#. The author explains the procedure for creating single and multiple dimensional arrays,...
Working with Arrays in C# is a web based tutorial in which author demonstrates about the process of working with arrays in C#. The author explains this method with example source code in C# and allows the users to copy it, programmers can make use...
A clear explanation about few functions in arrays is taught through this ASP tutorial. The described array statements are: DIM to define the size of array,- REDIM - to resize the array which causes the removal of array items,- PRESERVE - the... |