With this Tutorial you'll
Modern web-applications often
In this tutorial, you'll
PHP Programming Goodies page.
learn how to use the PDF
provide (during
learn how to make a script
Here you will find code,
extension in PHP4 to create
registration, or
that changes the layout of
examples, tips, and tricks.
PDF documents. It also puts
password-reset)
your site according to the
focus on creating PDF
random-generated passwords
users preference. They can
documents with data from
for its users. However these
choose how they want to view
MySQL.
passwords (usually a random
your site.
combination of letters or
numbers) are quite hard to
remember: in fact, it's even
impossible to read them.
This article provides a
function for generating
English-like readable
passwords.
Date: Oct, 27 2000 Date: Dec, 24 2006 Date: Feb, 03 2006 Date: Dec, 18 2003 |
This tutorial will start
A wide selection of great PHP
Setup your own RSS feed that
One of the biggest problems
introducing the array
tutorials with code
pulls data from your
in the use of scheduled jobs
concept by creating them
examples. All comments are
PHP/MySQL-driven web site.
via the Unix cron is
from info in a table. It
commented to make it easier
Use PHP to create the
remembering the syntax for
will be shown how to display
to read and understand.
XML/RSS document RSS Readers
scheduling individual jobs.
data from the array. Two
require to inform visitors
The phpCrontab Tutorial tool
additional examples will be
of your web site database's
allows the user to input
used to show how to create
content updates.
preferred timeframes for the
arrays from strings, and how
associated command, and will
to perform simple keyword
produce a line that can be
searches.
copied/pasted straight into
your crontab.
Date: May, 25 2006 Date: Jul, 30 2005 Date: Dec, 25 2006 Date: Apr, 23 2003 |