|
Need to build an online
This tutorial teaches you how
The factory will auto_load
Simple PHP scripting on how
shopping cart in a hurry?
to convert an existing php
requested classes without
to create a drop down menu
This article takes a look at
code to a syntax colored
you having to add require or
using an array function.
session management, an
html text.
include functions all over
important component of
your code.
Good for
transaction-based Web sites,
large projects with many
and explains the
libraries used in various
fundamentals of adding
files.
session support to your
site. Examples in PHP4 and
PHP3 with PHPLib.
Date: May, 10 2000 Date: Oct, 02 2006 Date: Oct, 10 2006 Date: Jul, 23 2002 |
|
The purpose of this tutorial
This tutorial describes how
The Develop rock-solid code
The series Develop rock-solid
is to talk about two
to build a basic admin
in PHP series is about
code in PHP is about solving
seperate concepts; profiling
interface to allow you to
solving practical real-life
practical, real-life
and object oriented
add and delete users from
problems in medium- to
problems in medium- to
programming (OOP). In this
the browser instead of
large-scale applications.
large-scale applications.
tutorial we'll create a
having to Telnet into the
With a sharp focus on new
This article discusses how
simple class to allow you to
mySQL monitor and do it
features available in PHP 4,
to use variables
create one or more timers.
manually. Main function
the articles shed light on
effectively. It also shows
You can then use these
dealt here is to create a
numerous tips and tricks
how to make script
timers to show you how long
dynamic drop down list
that make life easier.
configuration easy by
a script or function takes
populated with usernames in
Inside, you will find plenty
constructing a configuration
to run, which can help you
the MySQL database.
of examples and techniques
file parser using variable
determine what portions of
to learn, with lots of
variable names in PHP.
your script are eating up
sample code. This first
the most processing time.
article gives a higher
This is sometimes referred
perspective for designing
to as profiling. You can
and writing bug-free,
also use timer objects to
maintainable code for
provide generic timer
medium- to large-scale Web
display in your scripts.
applications.
Date: Jan, 03 2004 Date: Jul, 29 2000 Date: Sep, 16 2002 Date: Sep, 16 2002 |