While a great part of the web
The author notes "The
With this Tutorial you'll
One of the things that all
is in English, if you are
Java extension is an
learn how to use the PDF
programmers love is to write
targeting a worldwide
extremely exciting tool. By
extension in PHP4 to create
a program which writes
audience, then neither
learning how to use this
PDF documents. It also puts
another program. On the web
English nor Esperanto alone
module, you can extend PHP
focus on creating PDF
we have two different
is an option. This article
by the power of all
documents with data from
programming environments:
gives a brief overview on
available Java classes. To
MySQL.
the client (browser) and the
several different ways to
show you the basics of the
server. Due to the HTTP
deliver content in both
Java extension, this article
protocol definition we can
English and Spanish, and a
will cover installation and
write a program on the
third language.
a few code examples of using
server which writes another
PHP and Java together."
program to be executed on
the client. Let's pick PHP
(of course) for the server
and JavaScript for the
client. We'll show you in
this article how you can use
this scheme to store data in
the client and then minimize
the data transfered between
the server and the browser
for interactive applications
like a chat room, a news
system or whatever you want.
Date: Feb, 16 2001 Date: Jan, 04 2001 Date: Oct, 27 2000 Date: Aug, 11 2000 |
Here, you will find tips on
This article focuses on the
Reference counting is one of
Shows how to calculate an
how to work around some
switch from Visual Basic to
the hottest new features in
average of ratings example,
common problems that may
PHP. Several examples are
PHP 4. It reduces the memory
given the accumulated total
occur when inserting PHP
presented.
consumption of your PHP
of all ratings and the total
code within pages on
applications, improves
number of votes.
Microsoft Front Page.
performance, and provides
you with some sophisticated
programming tools. To get
the most out of this new PHP
4 feature, it's important to
understand exactly how it
works and how it differs
from PHP 3. Topics include:
Data values in PHP 3, What
is reference counting,
Advantages of reference
counting, Reference counting
in PHP 4, Aliasing: added
language flexibility in PHP
4, and How will reference
counting effect you?.
Date: Jul, 29 2000 Date: Jul, 09 2000 Date: Apr, 12 2000 Date: Jan, 05 2000 |