Very simple and effective
Do you know that double
A simple way to check if a
A small code sample that will
AJAX tutorial and code
quotes have an impact on the
link is working or broken.
count through the sentences
library. All open source
execution speed of your PHP
in a section of text and
and completely free to use.
script ?
Find out why in
show how many words are
some cases it is better to
contained within it.
use single quotes.
Date: May, 25 2006 Date: Sep, 23 2002 Date: Aug, 19 2002 Date: Mar, 10 2004 |
The full URL to a page comes
This article explain about
A spimple script to split one
When you write a PHP script
in three parts: The domain
where to find freelance jobs
url into parts. For example
and want to distribute it,
name, the path to the file
related to PHP and MySQL.
if you need the domain only,
it must still fall under
then the filename, and the
Also included some tips for
or the request string this
some legal terms. The GNU
query string. For example,
freelancers or a wanna-be
would be very helpful.
GPL is the best method to
take the URL
freelancers.
get your work out into the
http://www.example.com/ex
world, and of course as open
ample/page.php?name=Bob:
1.
source software.
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: Oct, 01 2004 Date: Aug, 19 2002 Date: Jul, 29 2002 |