Using DB Field for Redirection (search) |
4/25/2009 4:39:50 AM |
PHPRunner General questions | |
S
snowman author
Hello, |
|
J
|
Jane 4/27/2009 |
Hi, $value = "<a href=MAIN_list.php?a=search&value=1&SearchFor=".$value." ".$data["Fieldname"].">".$value." ".$data["Fieldname"]."</a>"; |
S
|
snowman author 4/28/2009 |
Hi, I suppose you've added this code on the "View as" settings dialog on the Visual Editor tab. All other field values are in the $data array, I.e.
|
J
|
Jane 4/29/2009 |
Hi, global $data; $value = "<a href=1_MAIN_list.php?a=search&value=1&SearchFor=".$value." ".$data["EMPLOYEE1"].">".$value."</a>"; |
S
|
snowman author 4/29/2009 |
Hello Jane, |
S
|
snowman author 4/29/2009 |
Hello again, |
J
|
Jane 4/30/2009 |
Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error. |
S
|
snowman author 5/3/2009 |
Hello Jane, |
J
|
Jane 5/4/2009 |
Hi, $value = "<a href=1_MAIN_list.php?a=search&value=1&SearchOption=Contains&SearchField=EMPLOYEE1&SearchFor=".$value.">".$value."</a>"; |
S
|
snowman author 5/5/2009 |
Hello Jane, |