Connecting Tech Pros Worldwide Help | Site Map

setting width in an include statement?

borgus
Guest
 
Posts: n/a
#1: Jul 17 '05
Can someone tell me if there is a way to invoke an include statement to parse
code and set a width percentage in terms of the syntax?

thanks


--
You heard me, deal with it.
Erwin Moller
Guest
 
Posts: n/a
#2: Jul 17 '05

re: setting width in an include statement?


borgus wrote:
[color=blue]
> Can someone tell me if there is a way to invoke an include statement to
> parse
> code and set a width percentage in terms of the syntax?
>
> thanks
>
>[/color]

Hi borgus,

I think you should rephrase that question.

Do you want to know how to include another (php)file?
lookup include at www.php.net

Do you want to know how to call a function in an includefile?
It doesn't matter if that function is in the includefile or not.

And what do you excactly set the width of?

Regards,
Erwin Moller

Closed Thread