|
Posted by ZeldorBlat on 11/15/07 14:19
On Nov 15, 12:34 am, mtuller <mitul...@gmail.com> wrote:
> I want to pull part of the URI out to dictate what is pulled from the
> database. For example, I want to control what year data is displayed
> with a url like this:http://www.mysite.com/display.php?year=2007
>
> I want to pull out the 2007. I can grab the uri, but what is the best
> way to pull out just the 2007?
Do you just have a URL in a string or is it the URL of the actual
request? If it's the URL of the request, that value would be in:
$_GET['year']
If it's in a string the other solutions posted here should work.
Navigation:
[Reply to this message]
|