Re: [PHP] Variables via url

2012-05-12 Thread Adam Richardson
On Sat, May 12, 2012 at 12:25 PM, Ashley Sheridan wrote: > As this method requires an Apache restart, I don't see what advantage > you have over using an .htaccess file? Performance: http://httpd.apache.org/docs/current/howto/htaccess.html "You should avoid using .htaccess files completely if y

Re: [PHP] Variables via url

2012-05-12 Thread Ashley Sheridan
On Sun, 2012-05-13 at 01:57 +1000, Tom Rogers wrote: > Hello Ashley, > > Saturday, May 12, 2012, 9:15:23 AM, you wrote: > > > > Can someone point me at examples or directions on how I can pass a > > variable via a URL in the following way: > > > http://server.domain.com//script///var

Re: [PHP] Variables via url

2012-05-12 Thread Tom Rogers
Hello Ashley, Saturday, May 12, 2012, 9:15:23 AM, you wrote: > Can someone point me at examples or directions on how I can pass a > variable via a URL in the following way: > http://server.domain.com//script///variable/ > I will only be passing one single /variable/. And I want