Hi,

I have a $link variable as given below in template.

$link = "
https://10.0.2.118/wbrt/web/tool_staging.php/admin/projectselected?project=".$data0[$i
];

<td><?php echo link_to_remote($displayname, array('update' =>
'reportx','url' => $link,'script' => true))?></td>

The above works correctly.

But if make $link = "admin/projectselected?project=".$data0[$i]; the above
link to remote doesn't work.

Though this kind of approach work in some other places in my code.

Regards

Deepak Bhatia

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to