|
The full URL to a page comes
Learn how to use the sqrt()
Need to generate style sheets
HTML_Page is a PEAR package
in three parts: The domain
function in PHP to find out
dynamically with PHP to keep
which is an XHTML Page
name, the path to the file
the square root of a number.
presentaion logic together
Generator. This tutorial
then the filename, and the
or create environment aware
will teach you all about it
query string. For example,
style sheets with PHP and
and how to use it.
take the URL
JavaScript? This tutorial
http://www.example.com/ex
shows you how!
ample/page.php?name=Bob:
1.
The domain name:
www.example.com; 2. The
path to the page:
/example/page.php; 3. The
query string: name=Bob
So
how do you find it all out
in your own PHP
scripts?
This guide will
tell you how access each of
these elements by using the
$_SERVER superglobal array
which is available at all
times within your PHP
scripts.
Date: Dec, 10 2006 Date: Sep, 23 2005 Date: Apr, 19 2005 Date: Sep, 22 2005 |
|
Make all your webpages search
This short tutorial will
This tutorial will show you
Use PHP and the HTTP protocol
engine friendly by
guide you through a
how to setup your own
to send text-messages from
converting them to *.htm
hypothetical process of
virtual based domain from
your website through an SMS
files. (Requires mod_rewrite
adding a movie rating system
home on your high speed
gateway.
on your server.) Touches
to a movie database site.
connection. We'll introduce
upon regular expressions.
Goes over the PHP code and
you to a couple of great
MySQL queries.
services out there that
allow you to setup your own
website without the need to
pay for web hosting. Keep in
mind that this may impact
your home internet
connection depending on what
type of internet connection
you are using. The intent of
this tutorial is to show you
how to setup a development
server that is accessible by
the outside world.
Date: Feb, 05 2005 Date: Jan, 19 2005 Date: Aug, 05 2002 Date: May, 12 2005 |