> I am working on an odler script which loads up in index.php and a URL
is
> passed usually like index.php?s=something
> 
> Now, around line 10 of index.php I do an include that pulls the value
of s
> via HTTP_POST_VARS and then I dump it into $start.

What do you mean you "dump it into $start"?? Where is $start coming
from? Also, if you are using index.php?s=something, then 's' will be in
HTTP_GET_VARS or _GET ...not POST.

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to