Re: [PHP] mod_rewrite help

2006-05-04 Thread John Nichel
John Wells wrote: On 5/3/06, Jay Blanchard <[EMAIL PROTECTED]> wrote: [aha moment] I finally get it. PHP developers are the smartest people on the planet and therefore we know and use everything. JavaScript, Java, C++, SQL, network management, Apache internals, women and even PHP. That is why pe

Re: [PHP] mod_rewrite help

2006-05-04 Thread John Wells
On 5/3/06, Jay Blanchard <[EMAIL PROTECTED]> wrote: [aha moment] I finally get it. PHP developers are the smartest people on the planet and therefore we know and use everything. JavaScript, Java, C++, SQL, network management, Apache internals, women and even PHP. That is why people come on this l

Re: [PHP] mod_rewrite help

2006-05-03 Thread Stephen Lake
BOL Now I wish I hadn't slept through Math Class in school "Jochem Maas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > John Nichel wrote: >> Jay Blanchard wrote: >> >> > > ... > >> >> How much wood could a woodchuck chuck if a woodchuck could chuck wood? >> >> While viewing a php

Re: [PHP] mod_rewrite help

2006-05-03 Thread Jochem Maas
John Nichel wrote: Jay Blanchard wrote: ... How much wood could a woodchuck chuck if a woodchuck could chuck wood? While viewing a php web site that is. this might help in the calculation: http://www.netsoc.tcd.ie/~allah/backup/cgi-bin/woodchuck.php :-) -- PHP General Mailing List (h

Re: [PHP] mod_rewrite help

2006-05-03 Thread Jochem Maas
lol - I want a robe too :-) blue will be fine. Anthony Ettinger wrote: [aha moment] I finally get it. PHP developers are the smartest people on the planet and therefore we know and use everything. JavaScript, Java, C++, SQL, network management, Apache internals, women and even PHP. That i

RE: [PHP] mod_rewrite help

2006-05-03 Thread Jay Blanchard
[snip] > [snip] > How much wood could a woodchuck chuck if a woodchuck could chuck wood? > > While viewing a php web site that is. > [/snip] > > If a woodchuck could chuck wood he (or she) would chuck as much wood as > he (or she) could chuck while viewing a php web site. H, I dunno if it's

RE: [PHP] mod_rewrite help

2006-05-03 Thread Robert Cummings
On Wed, 2006-05-03 at 15:36, Jay Blanchard wrote: > [snip] > How much wood could a woodchuck chuck if a woodchuck could chuck wood? > > While viewing a php web site that is. > [/snip] > > If a woodchuck could chuck wood he (or she) would chuck as much wood as > he (or she) could chuck while viewi

RE: [PHP] mod_rewrite help

2006-05-03 Thread Jay Blanchard
[snip] How much wood could a woodchuck chuck if a woodchuck could chuck wood? While viewing a php web site that is. [/snip] If a woodchuck could chuck wood he (or she) would chuck as much wood as he (or she) could chuck while viewing a php web site. Told you. -- PHP General Mailing List (http:

Re: [PHP] mod_rewrite help

2006-05-03 Thread John Nichel
Jay Blanchard wrote: [aha moment] I finally get it. PHP developers are the smartest people on the planet and therefore we know and use everything. JavaScript, Java, C++, SQL, network management, Apache internals, women and even PHP. That is why people come on this list to ask questions totally u

Re: [PHP] mod_rewrite help

2006-05-03 Thread Anthony Ettinger
On 5/3/06, Jay Blanchard <[EMAIL PROTECTED]> wrote: [snip] I am trying to create a simply rule so that when someone goes to: mysite.com/users/1 They are redirected to: mysite.com/users/index.php?uid=1 But am a bit lost looking through all the docs. I know people do this all the time so am lo

RE: [PHP] mod_rewrite help

2006-05-03 Thread Jay Blanchard
[snip] I am trying to create a simply rule so that when someone goes to: mysite.com/users/1 They are redirected to: mysite.com/users/index.php?uid=1 But am a bit lost looking through all the docs. I know people do this all the time so am looking for some help. [/snip] mod_rewrite: A Beginner'

Re: [PHP] mod_rewrite help

2006-05-03 Thread John Nichel
blackwater dev wrote: Hello all, I am trying to create a simply rule so that when someone goes to: mysite.com/users/1 They are redirected to: mysite.com/users/index.php?uid=1 But am a bit lost looking through all the docs. I know people do this all the time so am looking for some help. h