<quote who="George Ferizis">

> > <?php
> >  $wfn = "main.$res.txt";
> > ?>
> 
> I probably go about it a stupid way...but
> 
> <?php
>       $ar = array("main.",$res,".txt");
>        $content_page=implode("",$ar)
> ?>

Good god, man! That's like attacking a very small mouse with a... a...
REALLY BIG PLANET!

The person who asked the question (and provided code that might work -> put
some spaces between those dots for clarity, young man!) may be getting
bitten by an anal retentive (but fairly wise) admin who turned off PHP's
icky-sticky global variables for form submitted data.

Try using HTTP_POST_VARS["res"] or HTTP_GET_VARS["res"]. If that works, go
to your server admin and say,

  "You are a hard man, but I am better for it!"

- Jeff

--
  You'll see what I mean.

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to