/**

popular collection of scripts for all

*/
/** Search */

Development

 }

A HOWTO on Optimizing PHP

Hits: 15
*****
0.0

Accessing COM Objects In PHP

Hits: 9
*****
0.0
If else statements have been
Simple PHP scripting on how
PHP is a very fast
PHP was originally developed
proven to be some of the
to create a drop down menu
programming language, but
to run on the Unix/Linux
most valuable functions in
using an array function.
there is more to optimizing
operating system but was
PHP. This tutorial is a good
 
PHP than just speed of code
soon after ported to the
simple introduction that
 
execution. This article
Win32 platform. It supports
spells it all out for you.
 
explains why optimizing PHP
a huge amount of
 
 
involves many factors which
Windows-only functionality,
 
 
are not code related, and
such as instantiating COM
 
 
why tuning PHP requires an
objects through code. This
 
 
understanding of how PHP
article looks at how to
 
 
performs in relation to all
instantiate COM objects
 
 
the other subsystems on your
through PHP on a Win32
 
 
server, and then identifying
operating system. It also
 
 
bottlenecks caused by these
look at how to access the
 
 
subsystems and fixing them.
various methods and members
 
 
It also covers how to tune
that common Windows COM
 
 
and optimize your PHP
objects expose.
 
 
scripts so they run even
 
 
 
faster.
 


Date: Jul, 25 2002


Date: Jul, 23 2002


Date: May, 28 2002


Date: Feb, 05 2002
Using and manipulating
For many years, arrays have
This article is intended for
This article explains one of
variables in PHP is
been used to logically store
the PHP programmer
possible ways of developing
extremely easy because PHP
and sequence data. They have
interested in creating a
PHP applications in a team.
includes several functions
also been the point of
static HTML cache of dynamic
Discussion include: Single
to help us compare and
confusion for many
PHP scripts. The article has
'selector' file, Database
contrast them. This article
developers. This article
been written specifically
abstraction layer, Embedding
introduces us to the range
will talk about the
for an Apache server running
PHP, and Separation to files
of PHP data types. It also
structure of arrays and how
PHP scripts, but the ideas
by functionality. To
teaches us how to work with
you can create and
described here are
illustrate the ideas
and manipulate PHP data
manipulate arrays with the
applicable to almost any Web
explained, the author wrote
types. This article also
PHP scripting language.
environment. The article
a small notebook application
presents several code
 
assumes that you have some
using a MySQL database,
examples that you can test
 
experience with creating
available for download.
and learn from.
 
dynamic Web sites and that
 
 
 
you are familiar with HTTP.
 


Date: Jan, 23 2002


Date: Dec, 26 2001


Date: Jul, 10 2001


Date: Jun, 23 2001
{ Copyright } ©2006 NuclearScripts.com