Posted by Colin McKinnon on 06/03/05 15:59
Peter Van Hove wrote:
> A currently existing page is handed a value like this:
> page.htm?code_value
>
Although the part of a URL you have shown may be correct, I've never seend
this format being used before and you may be storing up problems by keeping
the format (instead of, say, page.html?code_value=1).
Running as a module PHP should have full view of the requested URI. Try
phpinfo() for the right variable to use. It wont automatically
aassign/create a variable wrt 'code_value'.
HTH
C.
[Back to original message]
|