Linking button to a local Php File?

Ok here is the deal I am setting up new buttons for my forum. I can link to url’s and they will work… the issue is I need to link to some php files the current links look like this

 <a href="{U_SEARCH}" class="smalllink">Search</a> </td>

for an example

Anyway I need to know is there a way to make my hyperlink point to that … ?

instead of this which dosen’t work

on (release) {getURL("<a href=\"{U_LOGIN_LOGOUT}\"
");}

Thanks X

Try this:

on (release) {
getURL("{U_LOGIN_LOGOUT}\"
");
}

No dice man… Anyone else got an idea? I desperatly need this code. X