Home

Submit

Source

Feeds

Home » PHP » Searching ::

PHP Searching
This tutorial completes our outline of the online winestore. We present here the completed searching and browsing module, and two related topics in web database applications.
Related Tutorials
PHP Getting Started
Arrays
PHP / Getting Started
This tutorial describes: What is an array in PHP, Array related functions.

Site: www.herongyang.com Report - View Tutorial

PHP Getting Started
A Brief Introduction to PHP
PHP / Getting Started
Explains what is PHP, and how it works with examples using a dynamic NetSafe Color chart and an Access database connection using ODBC. Also, includes links to other PHP-related sites.

Site: www.webguys.com Report - View Tutorial

PHP Getting Started
PHP, The Nitty Gritty: Lesson 1
PHP / Getting Started
This is an introductory article on PHP programming. Some of main topics covered include: Variables, Strings, Arrays, Comparison Operators, and Control Structures.

Site: www.abriasoft.com Report - View Tutorial

PHP Databases
SQL Theory & How-To
PHP / Databases
This article addresses two SQL-related issues in PHP: 1) Creating complex, powerful, queries to take advantage of your table schemas, and 2) Building those queries on the fly according to user input.

Site: www.phpbuilder.com Report - View Tutorial

PHP Forms
PHP With HTML Forms
PHP / Forms
This 2-page tutorial shows how to work HTML forms in PHP. Topics covered: Drop menu builder, Radio buttons, Check boxes, Error processing, and more.

Site: www.onlamp.com Report - View Tutorial

PHP Templates
Templates, The PHPLIB Way
PHP / Templates
This tutorial explains how to use PHPLIB Template in your PHP scripts. Main topics include: Using PHPLIB Template, Nested Templates, and Appending Template Text.

Site: www.phpbuilder.com Report - View Tutorial

PHP Databases
Are PHP and MySQL the Perfect Couple?
PHP / Databases
This is ore of an introductory article on PHP and MySQL covering such topics as features of PHP and MySQL, and how to use PHP to interact with MySQL.

Site: www.oreillynet.com Report - View Tutorial

PHP Getting Started
Welcome to PHP
PHP / Getting Started
This is a comprehensive article / tutorial on programming in PHP. It covers a variety of key topics including PHP Structure, Scalar Variables and Data, Data collection: Arrays, Operations and Comparisons, PHP Comparison Operators, PHP Logical Operators, Control Statements, The Function of Functions, and Object Orientation.

Site: www.intranetjournal.com Report - View Tutorial

PHP Object Oriented
Working with Objects in PHP 5
PHP / Object Oriented
This article explains the process of working with Objects in PHP 5. The author defines Objects, Classes, Properties and Methods among several other topics. This author gives you the basis to use PHP 5.

Site: www.webdesign.org Report - View Tutorial

PHP Object Oriented
Object Oriented Programming
PHP / Object Oriented
This tutorial covers the following: * The drawbacks to standard function libraries and how object-oriented programming helps to solve them * How to declare, implement, and use classes in PHP5 * How to extend classes * How to create hierarchies of related classes that share implementation and classes that expose common programming 'interfaces' * Some of the other details and features of classes in PHP

Site: www.brainbell.com Report - View Tutorial

PHP Databases
Basic mySQL Queries And PHP
PHP / Databases
This tutorial will help you get started in working with mySQL and PHP. It will assume that you have no prior experience in using mySQL with PHP before. After reading this tutorial, you should get an idea on what a database is, how to use it, and how to access it. You can then go ahead and start reading on the many more advanced topics regarding database systems.

Site: biorust.com Report - View Tutorial

PHP General Development
A HOWTO on Optimizing PHP
PHP / General Development
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.

Site: phplens.com Report - View Tutorial

PHP Functions
Working with Directories
PHP / Functions
As is necessary for any language, PHP has a complete set of directory support functions. PHP gives you a variety of functions to read and manipulate directories and directory entries. Like other file-related parts of PHP, the functions are similar to the C functions that accomplish the same tasks, with some simplifications. This tutorial describes how PHP handles directories. You will look at how to create, remove, and read them.

Site: www.webcheatsheet.com Report - View Tutorial

PHP General Development
Working with Arrays
PHP / General Development
When simple variables are just not good enough, arrays come into play. The array section in the PHP manual, available at http://php.net/array, lists approximately 80 functions that are helpful. Therefore, this tutorial could be filled with array-related code alone. However, not all of these functions are really used often. Therefore, this tutorial presents the most important problems you'll have to solve when working with arraysand, of course, solutions for these problems.

Site: www.brainbell.com Report - View Tutorial

PHP Regex
Writing Regular Expression with PHP
PHP / Regex
Regular Expression, commonly known as RegEx is considered to be one of the most complex concepts. However, this is not really true. Unless you have worked with regular expressions before, when you look at a regular expression containing a sequence of special characters like /, $, ^, \, ?, *, etc., in combination with alphanumeric characters, you might think it a mess. RegEx is a kind of language and if you have learnt its symbols and understood their meaning, you would find it as the most useful tool in hand to solve many complex problems related to text searches.

Site: www.macronimous.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement