This is a simple tutorial
Metatags are a way for you to
Modern web-applications often
JavaScript is mainly used as
that shows you how to make
define your web page and web
provide (during
a client side scripting
information or images(in
site to the outside world.
registration, or
language, while PHP is a
this case buttons) display
You can declare the title,
password-reset)
server side technology.
in a specific number columns
keywords and description,
random-generated passwords
Unlike Java or ASP.Net, PHP
per row when extracted from
which help your placement in
for its users. However these
doesn't have tools to make
a mySQL database using a
search engines. In addition,
passwords (usually a random
it work client side. That is
query, using a specific
you can specify who owns the
combination of letters or
why you need to combine
algorithem and loop.
copyright, how often the
numbers) are quite hard to
JavaScript and PHP scripts
page is to be visited by
remember: in fact, it's even
to develop powerful
search engines and many
impossible to read them.
web-applications.
other useful pieces of
This article provides a
information.
function for generating
English-like readable
passwords.
Date: Nov, 30 2006 Date: Jun, 11 2006 Date: Dec, 24 2006 Date: Sep, 28 2006 |
This demo shows how to use
Apache's .htaccess allows a
Shows you how to split all
Did you know that require()
the regular expression
wide range of useful web
characters from a
and include() work
support in PHP. These
server behaviours to be
string.
Example: String =
differently? Both are used
functions allow you to
implemented, the most
"blah"; echo
for including code in
perform regular expression
popular of which are
this:
b
l
a
h
another file into your
operations on strings. The
provision of custom error
program, but there is a
regular expression language
pages, and password
crucial difference in how
used is compatible with the
protection of directories.
they operate when that file
extended regular expression
This tutorial gives a brief
cannot be read which any PHP
syntax as specified in the
lesson in how to implement
programmer needs to know
egrep man page on most Unix
these two useful types of
about. There's also a slight
systems.
service.
difference with require()
between new and older
versions of PHP which this
tutorial discusses too.
Date: Dec, 26 1999 Date: Sep, 29 2005 Date: Oct, 08 2004 Date: Dec, 10 2006 |