URL Prefix changes based on field |
4/12/2008 6:32:10 AM |
PHPRunner General questions | |
K
kenny_robb author
Hi there I have a field which has a value that looks like C30 and I have a url prefix that looks like http://c.server1.com/display.aspx?loc= |
|
A
|
alang 4/13/2008 |
Use a custom field to build up the complete URL taking the first character (C or D) from the database field and inserting that into the string as well as inserting the complete field after the "=". See http://www.asprunner.com/forums/index.php?showtopic=8081 for example. |
K
|
kenny_robb author 4/14/2008 |
Use a custom field to build up the complete URL taking the first character (C or D) from the database field and inserting that into the string as well as inserting the complete field after the "=". See http://www.asprunner.com/forums/index.php?showtopic=8081 for example.
|