Do you know that double
Very simple and effective
A simple way to check if a
A small code sample that will
quotes have an impact on the
AJAX tutorial and code
link is working or broken.
count through the sentences
execution speed of your PHP
library. All open source
in a section of text and
script ?
Find out why in
and completely free to use.
show how many words are
some cases it is better to
contained within it.
use single quotes.
Date: Sep, 23 2002 Date: May, 25 2006 Date: Aug, 19 2002 Date: Mar, 10 2004 |
This article explain about
The full URL to a page comes
A spimple script to split one
How to parse any RSS feed
where to find freelance jobs
in three parts: The domain
url into parts. For example
using the Magpie PHP class.
related to PHP and MySQL.
name, the path to the file
if you need the domain only,
Also included some tips for
then the filename, and the
or the request string this
freelancers or a wanna-be
query string. For example,
would be very helpful.
freelancers.
take the URL
http://www.example.com/ex
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: Oct, 01 2004 Date: Dec, 10 2006 Date: Aug, 19 2002 Date: Oct, 02 2004 |