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