[snip]
I want to link to a page like this:

http://www.danceportal.co.uk/charts.php?wk0001-fri-18-jan-2002

How do I get the information into a script?
[snip]

Since you want to pass 'wk0001-fri-18-jan-2002' as the variable value your
URL will need to look like this

http://www.danceportal.co.uk/charts.php?varname=wk0001-fri-18-jan-2002

varname=wk0001-fri-18-jan-2002 where varname is the variable name and
wk0001-fri-18-jan-2002 is the variable value.

In the next page the value will be available in the variable $varname

Jay Blanchard



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to