.------[ Chris Winters wrote (2000/07/10 at 11:19:58) ]------
 | 
 |  That's funny, because until a few weeks ago I worked with Rusty
 |  (author of Scoop) :)  And previous versions of Scoop were handling it
 |  the way Drew mentioned, with an 'index.pl'.
 |  
 |  Another alternative (which I prefer) has been discussed previously on
 |  this list. Taking something like:
 |  
 |  http://.../User/display/?user_id=7162
 |
 |  [...snip...]
 `-------------------------------------------------

    What we do where I work is very similiar except the above URL would
    come out like: 
     http://..../User/display/7162

    This works out well because whatever method you are calling probably
    already knows what input you're needing.  The userid in this
    example. 

 -------------------------------
  Frank Wiles <[EMAIL PROTECTED]>
  http://frank.wiles.org
 -------------------------------

Reply via email to