This topic is locked

Redirection to a weblink

12/11/2008 9:54:34 AM
PHPRunner General questions
N
netmedia59 author

Hello,
I have a field wich is a Web Link in a table called V

Is there a way to redirect to this web link (in another window or not) as soon as I open the VIEW ?

Thanks very much for your help
netmedia59

J
Jane 12/12/2008

Hi,
use View page: Before display event and Redirect to another page action as a sample on the Events tab.

N
netmedia59 author 12/13/2008

Hey Jane,
Thanks for your answer !

Could you explain me a little bit more ?

If my table name is docky_video and my field : Web

I wand to redirect to this weblink as soon as I open the view

I'm sure it could help other users !
Thanks
Netmedia59

J
Jane 12/15/2008

Hi,
all field values are in the $values array, I.e. $values["Field1"], $values["Field2"]. etc.

Here is a sample:

header("Location: ".$values["Web"]);

exit();

N
netmedia59 author 12/15/2008

Thanks very much Jane

It works perfectly !
Netmedia59 <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=35988&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />