want to join us? register, it's easy | help

browse by tag: functions

sort by

newest, oldest, most popular


category icon

10 things you (probably) didn't know about PHP.

in PHP added by goodphptutorials, on 21/2/2007 functions general tips

Here's a short list of cool features that might have slipped under your radar as well

comment save report
category icon

Dynamic (2 level) navigation list

in PHP added by finalwebsites, on 16/1/2007 function general navigation nested menu php

The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to "remember" the values, sub values and also the query string from previous clicked links. In this tutorial we will learn how to create a dynamic navigation menu powered by PHP and MySQL only. While using standard HTML elements (unordered lists) it's easy to add different CSS styles later.

comment save report
category icon

MySQL Functions

in PHP added by goodphptutorials, on 7/12/2005 databases functions mysql reference

The defacto reference for php's mysql reference

comment save report
category icon

Functions and Variable Scope

in PHP added by goodphptutorials, on 2/12/2005 beginner tutorials functions methods variable scope variables

A function is a declared piece of code that has code as members of it.

comment save report