Hi,

I?m creating a server behavior, but in the New Server Behavior Options, I have
only these options (insert code):
above the <html> tag
below the ...
relative ...
retstive...

So, I need one, that doesn?t have in these list. I need to insert my code,
inside a php code generated by dw.

For example, in the insert record behavior, we have this code:

if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {

I need to insert a code, after it. So, hot to do it?

What command I need to place here: <insertText location="afterSelection">?

Thanks!