Tarjei Huse wrote:

> It seems to be in statements like this:
> $obj->value = $string;

I'll start testing this.

> I'm also wondering about how stings should be written. What is the
> correct form of this one:
>
> $string = '<? mgd_some_function("$var","$var"); ?>';
> ?
> Could a missunderstanding there be the root of my troubles?

First, however you write your string it should never cause a segfault.
If it's a valid PHP string there should be nothing strange it could do.

I assume you set this as a style element value? Looks OK to me. But why
qoute the "$var"s?

Emile



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to